================================
avahi:source=0.6.12-1
cvc rdiff avahi -1 /[EMAIL PROTECTED]:1-devel/0.6.12-1
================================
0.6.12-1 Ken VanDine ([EMAIL PROTECTED]) Fri Jul 28 23:05:02 2006
    Merged from fl:desktop
    
avahi-0.6.12.tar.gz: new
avahi.recipe: new
--- /dev/null
+++ avahi.recipe
@@ -0,0 +26 @@
+#
+# 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
+#
+
+class Avahi(AutoPackageRecipe):
+
+    buildRequires = [ 'atk:devel', 'cairo:devel', 'dbus:devel',
+        'expat:devel', 'fontconfig:devel', 'freetype:devel',
+        'gdbm:devel', 'glib:devel', 'gtk:devel', 'libcap:devel',
+        'libdaemon:devel', 'libglade:devel', 'libpng:devel',
+        'libxml2:devel', 'pango:devel', 'xorg-x11:devel',
+        'zlib:devel', 'doxygen:runtime', 'mono:runtime',
+        'monodoc:runtime', 'perl:runtime', 'pkgconfig:devel',
+        'dbus:python', 'pygtk:python', 'chkconfig:runtime',
+        'desktop-file-utils:runtime', 'mono:lib', 'python-twisted:python' ]
+    
+    name = 'avahi'
+    version = '0.6.12'
+
+    def unpack(r):
+        r.addArchive('http://avahi.org/download/%(name)s-%(version)s.tar.gz')
+
+    def configure(r):
+        r.Configure('--with-distro=fedora --disable-qt3 --disable-qt4 
--enable-compat-howl')


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

Reply via email to