summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars-Peter Clausen2008-09-28 20:09:23 +0000
committerLars-Peter Clausen2008-09-28 20:09:23 +0000
commit7875a6445277f0fb01265e4f49b87cf0ab42a470 (patch)
tree35cac79865390deedc54e0104019bc32e55639cb
parentc5db8babf90f44ec7d20e1c43bfdcffbbc966b5c (diff)
downloadarchive-7875a6445277f0fb01265e4f49b87cf0ab42a470.tar.gz
Fix libtiff install.
SVN-Revision: 12774
-rw-r--r--libs/tiff/Makefile14
1 files changed, 8 insertions, 6 deletions
diff --git a/libs/tiff/Makefile b/libs/tiff/Makefile
index a3432c4388..77a703212a 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