================================
libdmx:source=1.0.2-1
cvc rdiff libdmx -1 /[EMAIL PROTECTED]:1-devel/1.0.2-1
================================
1.0.2-1 Ken VanDine ([EMAIL PROTECTED]) Sun Jul 30 21:57:03 2006
    Merged from fl:devel
    
libdmx-1.0.2.tar.bz2: new
libdmx.recipe: new
--- /dev/null
+++ libdmx.recipe
@@ -0,0 +18 @@
+#
+# Copyright (c) 2005-2006 rPath, Inc.
+# This file is distributed under the terms of the MIT License.
+# A copy is available at http://www.rpath.com/permanent/mit-license.html
+#
+
+loadSuperClass('xorgpackage.recipe')
+class Libdmx(XorgPackageRecipe):
+    name = 'libdmx'
+    version = '1.0.2'
+    component = 'lib'
+
+    buildRequires = [ 'dmxproto:devel', 'libXext:devel', 'xextproto:devel' ]
+
+    def setup(r):
+        XorgPackageRecipe.setup(r)
+
+        r.Requires('dmxproto:devel', '%(libdir)s/pkgconfig/dmx.pc')


Committed by: krv
_______________________________________________
Desktop-commits mailing list
[email protected]
http://lists.bizrace.com/mailman/listinfo/desktop-commits

Reply via email to