From 05b8203f9cefbae220ef8211a1e8c148465dc7fe Mon Sep 17 00:00:00 2001 From: lars Date: Mon, 9 Mar 2009 14:29:26 +0000 Subject: [PATCH] Update python-dbus to 0.83.0 git-svn-id: svn://svn.openwrt.org/openwrt/packages@14806 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- lang/python-dbus/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lang/python-dbus/Makefile b/lang/python-dbus/Makefile index 985246557..30e780009 100644 --- a/lang/python-dbus/Makefile +++ b/lang/python-dbus/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2008 OpenWrt.org +# Copyright (C) 2008-2009 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -10,16 +10,16 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dbus-python PKG_VERSION:=0.83.0 -PKG_RELEASE:=2 +PKG_RELEASE:=1 + PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://dbus.freedesktop.org/releases/dbus-python/ PKG_MD5SUM:=562c78876219bf458d79a041af18293d -PKG_FIXUP:=libtool +PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk -include $(if $(DUMP),,$(STAGING_DIR)/mk/python-package.mk) -PKG_INSTALL=1 EXTRA_CFLAGS += \ -I$(STAGING_DIR)/usr/lib/libintl/include \ @@ -58,7 +58,7 @@ endef define Package/dbus-python/install $(INSTALL_DIR) $(1)$(PYTHON_PKG_DIR) $(INSTALL_DATA) \ - $(PKG_INSTALL_DIR)$(PYTHON_PKG_DIR)/*.{py,so,a} \ + $(PKG_INSTALL_DIR)$(PYTHON_PKG_DIR)/*.{py,so} \ $(1)$(PYTHON_PKG_DIR) $(INSTALL_DIR) $(1)$(PYTHON_PKG_DIR)/dbus