]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Added additional information to lfs/python-dbus.
authorStefan Schantl <Stevee@ipfire.org>
Wed, 5 Aug 2009 19:01:34 +0000 (21:01 +0200)
committerStefan Schantl <Stevee@ipfire.org>
Wed, 5 Aug 2009 19:01:34 +0000 (21:01 +0200)
lfs/python-dbus

index 8dd016f08087cdce3a86eb3ffb2fd56846d38eb7..d187aad958707ce524b42c37fc0db36421da1cdb 100644 (file)
@@ -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