From: Stefan Schantl Date: Wed, 5 Aug 2009 19:01:34 +0000 (+0200) Subject: Added additional information to lfs/python-dbus. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e88c42e2423132fbf5d20ccf7cb0afe2b2e6fb2b;p=ipfire-3.x.git Added additional information to lfs/python-dbus. --- diff --git a/lfs/python-dbus b/lfs/python-dbus index 8dd016f08..d187aad95 100644 --- a/lfs/python-dbus +++ b/lfs/python-dbus @@ -26,19 +26,29 @@ include Config PKG_NAME = dbus-python PKG_VER = 0.82.4 +PKG_REL = 0 THISAPP = $(PKG_NAME)-$(PKG_VER) DL_FILE = $(THISAPP).tar.gz DIR_APP = $(DIR_SRC)/$(THISAPP) -BUILD_DEPS = -DEPS = dbus-glib python - OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +MAINTAINER = +GROUP = System/Libraries CORE = yes EXTRA = no DEBUG = no +DEPS = dbus-glib python +BUILD_DEPS = + +LICENSE = MIT +URL = http://www.freedesktop.org/software/dbus/ +SHORT_DESC = D-Bus Python Bindings. + +define LONG_DESC + D-Bus python bindings for use with python programs. +endef ############################################################################### # Top-level Rules