diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-29 11:40:49 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-29 21:56:31 +0200 |
commit | f14c1fc5515445840d2fbe3350cff0c03eae0b55 (patch) | |
tree | 7617315e619f969c13e79c1f44c2428871719357 /package/dbus-python/Makefile | |
parent | 365261c9db442081290b7d21aba6201244af294d (diff) |
resolve merge conflict
Diffstat (limited to 'package/dbus-python/Makefile')
-rw-r--r-- | package/dbus-python/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/package/dbus-python/Makefile b/package/dbus-python/Makefile index b73d43a6c..4392a990c 100644 --- a/package/dbus-python/Makefile +++ b/package/dbus-python/Makefile @@ -7,8 +7,8 @@ PKG_NAME:= dbus-python PKG_VERSION:= 1.2.0 PKG_RELEASE:= 2 PKG_MD5SUM:= b09cd2d1a057cc432ce944de3fc06bf7 -PKG_DESCR:= DBUS python bindings -PKG_SECTION:= libs +PKG_DESCR:= python bindings for dbus +PKG_SECTION:= dev/python PKG_DEPENDS:= dbus dbus-glib PKG_BUILDDEP:= dbus dbus-glib PKG_URL:= http://dbus.freedesktop.org/doc/dbus-python/ @@ -30,7 +30,5 @@ dbus-python-install: $(INSTALL_DIR) $(IDIR_DBUS_PYTHON)/usr/lib/python2.7/site-packages/dbus/mainloop $(CP) $(WRKINST)/usr/lib/python2.7/site-packages/dbus/mainloop/*.py \ $(IDIR_DBUS_PYTHON)/usr/lib/python2.7/site-packages/dbus/mainloop - - include ${TOPDIR}/mk/pkg-bottom.mk |