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