From 32ac3a3daeabe0e472f60ae137dc507a8cf4c0b4 Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Mon, 9 Mar 2009 14:29:26 +0000 Subject: [PATCH] Update python-dbus to 0.83.0 SVN-Revision: 14806 --- 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 985246557a..30e7800097 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 -- 2.30.2