================================
gamin:source=0.1.7-1
cvc rdiff gamin -1 /[EMAIL PROTECTED]:1-devel/0.1.7-1
================================
0.1.7-1 Ken VanDine ([EMAIL PROTECTED]) Sat Jul 29 08:19:09 2006
    Merged from fl:desktop
    
gamin-0.1.7.tar.gz: new
gamin.recipe: new
--- /dev/null
+++ gamin.recipe
@@ -0,0 +18 @@
+#
+# Copyright (c) 2004-2005 rPath, Inc.
+# All rights reserved
+#
+
+class Gamin(CPackageRecipe):
+    buildRequires = [ 'glib:devel', 'glibc:devel', 'pkgconfig:devel' ]
+
+    name = 'gamin'
+    version = '0.1.7'
+    
+    def setup(r):
+        #shrink this baby down
+        r.macros.optflags = '-g -Os'
+       
r.addArchive('http://www.gnome.org/~veillard/%(name)s/sources/%(name)s-%(version)s.tar.gz')
+       r.Configure('--enable-inotify --disable-dnotify')
+       r.Make()
+       r.MakeInstall()


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

Reply via email to