From: lars Date: Sun, 28 Sep 2008 20:09:23 +0000 (+0000) Subject: Fix libtiff install. X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=e9ee844e2d7543a40d965ef922292f4b79f0b7df;p=packages.git Fix libtiff install. git-svn-id: svn://svn.openwrt.org/openwrt/packages@12774 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/libs/tiff/Makefile b/libs/tiff/Makefile index a3432c438..77a703212 100644 --- a/libs/tiff/Makefile +++ b/libs/tiff/Makefile @@ -1,5 +1,5 @@ -# -# Copyright (C) 2006 OpenWrt.org +# +# Copyright (C) 2006-2008 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -13,11 +13,14 @@ PKG_VERSION:=3.8.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:= http://libtiff.maptools.org/dl/ -PKG_FIXUP := libtool +PKG_SOURCE_URL:=http://libtiff.maptools.org/dl/ +PKG_MD5SUM:=fbb6f446ea4ed18955e2714934e5b698 +PKG_FIXUP:=libtool include $(INCLUDE_DIR)/package.mk +PKG_INSTALL=1 + define Package/libtiff SECTION:=libs CATEGORY:=Libraries @@ -28,7 +31,6 @@ endef TARGET_CFLAGS += $(FPIC) CONFIGURE_ARGS += --without-x -MAKE_FLAGS += all install DESTDIR=$(PKG_INSTALL_DIR) define Build/InstallDev $(INSTALL_DIR) $(1)/usr/{lib,include} @@ -36,7 +38,7 @@ define Build/InstallDev $(CP) $(PKG_INSTALL_DIR)/usr/include/* $(1)/usr/include/ endef -define Package/tiff/Install +define Package/libtiff/Install $(INSTALL_DIR) $(1)/usr/lib $(CP) $(PKG_INSTALL_DIR)/usr/lib/lib*so* $(1)/usr/lib/ endef