================================
libXi:source=1.0.1-1
cvc rdiff libXi -1 /[EMAIL PROTECTED]:1-devel/1.0.1-1
================================
1.0.1-1 Ken VanDine ([EMAIL PROTECTED]) Sun Jul 30 21:51:38 2006
    Merged from fl:devel
    
libXi-1.0.1.tar.bz2: new
libXi.recipe: new
--- /dev/null
+++ libXi.recipe
@@ -0,0 +19 @@
+#
+# 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 LibXi(XorgPackageRecipe):
+    name = 'libXi'
+    version = '1.0.1'
+    component = 'lib'
+
+    buildRequires = [ 'inputproto:devel', 'libXext:devel', 'xextproto:devel',
+        'xproto:devel' ]
+
+    def setup(r):
+        XorgPackageRecipe.setup(r)
+
+        r.Requires('inputproto:devel', '%(libdir)s/pkgconfig/xi.pc')


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

Reply via email to