mirror of
http://git.openwrt.org/packages.git
synced 2025-01-09 04:19:54 +08:00
giflib: moved to github
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> git-svn-id: svn://svn.openwrt.org/openwrt/packages@46333 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
620270ff44
commit
25c9375e5b
@ -1,59 +0,0 @@
|
|||||||
#
|
|
||||||
# Copyright (C) 2006-2014 OpenWrt.org
|
|
||||||
#
|
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
|
||||||
# See /LICENSE for more information.
|
|
||||||
#
|
|
||||||
|
|
||||||
include $(TOPDIR)/rules.mk
|
|
||||||
|
|
||||||
PKG_NAME:=giflib
|
|
||||||
PKG_VERSION:=5.1.0
|
|
||||||
PKG_RELEASE:=1
|
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
|
||||||
PKG_SOURCE_URL:=@SF/giflib
|
|
||||||
PKG_MD5SUM:=c7e9f1c10b755ab955156d4c1ac7fc5d
|
|
||||||
|
|
||||||
PKG_LICENSE:=MIT
|
|
||||||
PKG_LICENSE_FILES:=COPYING
|
|
||||||
|
|
||||||
PKG_FIXUP:=autoreconf
|
|
||||||
PKG_REMOVE_FILES:=autogen.sh aclocal.m4
|
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
|
||||||
|
|
||||||
define Package/giflib
|
|
||||||
SECTION:=libs
|
|
||||||
CATEGORY:=Libraries
|
|
||||||
TITLE:=GIF libraries
|
|
||||||
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)
|
|
||||||
CONFIGURE_ARGS += --enable-x11=no
|
|
||||||
|
|
||||||
define Build/Compile
|
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR)
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Build/InstallDev
|
|
||||||
$(INSTALL_DIR) $(1)/usr/{lib,include}
|
|
||||||
$(CP) $(PKG_BUILD_DIR)/lib/.libs/lib*so* $(1)/usr/lib
|
|
||||||
$(CP) $(PKG_BUILD_DIR)/lib/.libs/libgif.a $(1)/usr/lib
|
|
||||||
$(CP) $(PKG_BUILD_DIR)/lib/libgif.la $(1)/usr/lib
|
|
||||||
$(CP) $(PKG_BUILD_DIR)/lib/*.h $(1)/usr/include/
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Package/giflib/install
|
|
||||||
$(INSTALL_DIR) $(1)/usr/lib
|
|
||||||
$(CP) $(PKG_BUILD_DIR)/lib/.libs/lib*so* $(1)/usr/lib/
|
|
||||||
endef
|
|
||||||
|
|
||||||
$(eval $(call BuildPackage,giflib))
|
|
Loading…
Reference in New Issue
Block a user