From: Michael Tremer Date: Wed, 17 Feb 2010 20:13:59 +0000 (+0100) Subject: python-dbus: Cleanup makefile. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf6b1956454db13f472c4f0f891f838b4d22a22b;p=ipfire-3.x.git python-dbus: Cleanup makefile. Remove all that code. Fix dependency list. --- diff --git a/pkgs/core/python-dbus/python-dbus.nm b/pkgs/core/python-dbus/python-dbus.nm index 9eecd1ea3..562849669 100644 --- a/pkgs/core/python-dbus/python-dbus.nm +++ b/pkgs/core/python-dbus/python-dbus.nm @@ -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