X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=libs%2Flibsigc%2B%2B%2FMakefile;h=c8a87dd8d4aacb746e3b2af064a20b35771226bf;hb=6a88d024535ab12801f573cb28bc974a7c428548;hp=45d101ce7a0665e2b64d0da3c06228015bbbd7d8;hpb=6f72ba0e67d26649fe55946c00d6c267ecbbfb25;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/libs/libsigc++/Makefile b/libs/libsigc++/Makefile index 45d101ce7a..c8a87dd8d4 100644 --- a/libs/libsigc++/Makefile +++ b/libs/libsigc++/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2010 OpenWrt.org +# Copyright (C) 2006-2012 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libsigc++ -PKG_VERSION:=2.2.8 +PKG_VERSION:=2.2.10 PKG_RELEASE:=1 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNOME/libsigc++/2.2 -PKG_MD5SUM:=1198425eab9fd605721a278c651b8dd8 +PKG_MD5SUM:=73419b477f3bb9ddb9905c88a92f4b4c -PKG_FIXUP:=libtool +PKG_FIXUP:=autoreconf PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk