================================
libbonobo:source=2.14.0-1
cvc rdiff libbonobo -1 /[EMAIL PROTECTED]:1-devel/2.14.0-1
================================
2.14.0-1 Ken VanDine ([EMAIL PROTECTED]) Sat Jul 29 10:12:37 2006
    Merged from fl:desktop
    
libbonobo-2.14.0.tar.bz2: new
libbonobo.recipe: new
--- /dev/null
+++ libbonobo.recipe
@@ -0,0 +23 @@
+#
+# Copyright (c) 2004-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('gnomepackage.recipe')
+class Libbonobo(GnomePackageRecipe):
+    name = 'libbonobo'
+    version = '2.14.0'
+
+    buildRequires = [ 'libxml2:devel', 'ORBit2:devel', 
+       'intltool:runtime', 'glib:devel', 'popt:devel' ]
+
+    docs = ['doc/NAMESPACE']
+    
+    def install(r):
+        r.disableParallelMake()
+        GnomePackageRecipe.install(r)
+        r.Remove('%(libdir)s/bonobo-2.0/samples/bonobo-echo-2',
+                 '%(bindir)s/echo-client-2',
+                 '%(libdir)s/bonobo/monikers/*.a',
+                 '%(libdir)s/orbit-2.0/*.a')


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

Reply via email to