X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=libs%2Fgiflib%2FMakefile;h=762c7c4b693fd17676b55ad8b9c5a891d8be2ce1;hp=c63e9af2f1ddfce762248e5c8d2d8f196753de65;hb=cd474e78030538d8b76b891d3f6fb8863bb61040;hpb=90c117de73fb61ca40c3703f0dbb50ef87f735e6 diff --git a/libs/giflib/Makefile b/libs/giflib/Makefile index c63e9af2f1..762c7c4b69 100644 --- a/libs/giflib/Makefile +++ b/libs/giflib/Makefile @@ -4,16 +4,18 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# blogic@openwrt.org +# $Id: $ include $(TOPDIR)/rules.mk PKG_NAME:=giflib -PKG_VERSION:=4.1.4 +PKG_VERSION:=4.1.6 PKG_RELEASE:=1 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://downloads.sourceforge.net/libungif/ +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 +PKG_SOURCE_URL:=@SF/giflib +PKG_MD5SUM:=7125644155ae6ad33dbc9fc15a14735f + PKG_FIXUP := libtool include $(INCLUDE_DIR)/package.mk @@ -22,7 +24,13 @@ define Package/giflib SECTION:=libs CATEGORY:=Libraries TITLE:=GIF libraries - DEPENDS:= + URL:=http://sourceforge.net/projects/giflib +endef + +define Package/giflib/description + giflib is a library for reading and writing gif images. + It is API and ABI compatible with libungif which was in wide use while + the LZW compression algorithm was patented. endef TARGET_CFLAGS += $(FPIC)