]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
python-dbus: Cleanup makefile.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 17 Feb 2010 20:13:59 +0000 (21:13 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 17 Feb 2010 20:13:59 +0000 (21:13 +0100)
Remove all that code.
Fix dependency list.

pkgs/core/python-dbus/python-dbus.nm

index 9eecd1ea3bafae9d6f1b189effe3f0ec6af8b4ce..562849669a5ee3f4633f930d32dff17110088fc6 100644 (file)
@@ -34,22 +34,13 @@ PKG_URL        = http://www.freedesktop.org/software/dbus/
 PKG_LICENSE    = MIT
 PKG_SUMMARY    = Dbus Python Bindings.
 
+PKG_DEPS      += dbus-glib python
+
 define PKG_DESCRIPTION
        D-Bus python bindings for use with python programs.
 endef
 
-PKG_BUILD_DEPS+= dbus-glib python
-PKG_DEPS      +=
-
 PKG_TARBALL    = $(THISAPP).tar.gz
 
-###############################################################################
-
-define STAGE_BUILD
-       cd $(DIR_APP) && \
-               ./configure \
-                       --prefix=/usr \
-                       --disable-static \
-                       --mandir=/usr/share/man
-endef
-
+CONFIGURE_OPTIONS += \
+       --mandir=/usr/share/man