summaryrefslogtreecommitdiff
path: root/package/libtiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-02-24 17:41:36 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-02-24 17:41:36 +0100
commit0aabef127155575e8c8d660605f9401ab15356aa (patch)
treeb8cd5f06c60cd4e95fd7a2923dabb3b831dd93b3 /package/libtiff
parent0b09c2710166bd95ac9033b048bb6cbf7b4de7c2 (diff)
allow native build of a lot of packages
STAGING_TARGET_DIR is used for package Makefile's for include and library search path's. STAGING_DIR is used for common code in mk/ or Makefile/rules.mk. STAGING_TARGET_DIR is /usr when native builds are used.
Diffstat (limited to 'package/libtiff')
-rw-r--r--package/libtiff/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/package/libtiff/Makefile b/package/libtiff/Makefile
index 27060c07f..0782930e6 100644
--- a/package/libtiff/Makefile
+++ b/package/libtiff/Makefile
@@ -3,7 +3,7 @@
include ${TOPDIR}/rules.mk
-PKG_NAME:= libtiff
+PKG_NAME:= tiff
PKG_VERSION:= 3.9.4
PKG_RELEASE:= 3
PKG_MD5SUM:= 2006c1bdd12644dbf02956955175afd6
@@ -16,9 +16,6 @@ PKG_SUBPKGS:= LIBTIFF LIBTIFF_DEV
PKGSD_LIBTIFF_DEV:= development files for libtiff
PKGSC_LIBTIFF_DEV:= devel
-DISTFILES:= tiff-${PKG_VERSION}.tar.gz
-WRKDIST= ${WRKDIR}/tiff-${PKG_VERSION}
-
ifeq ($(ADK_STATIC),y)
PKG_OPTS:= libonly
endif
@@ -28,7 +25,8 @@ include ${TOPDIR}/mk/package.mk
$(eval $(call PKG_template,LIBTIFF,libtiff,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
$(eval $(call PKG_template,LIBTIFF_DEV,libtiff-dev,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKGSD_LIBTIFF_DEV},${PKGSC_LIBTIFF_DEV},${PKG_OPTS}))
-CONFIGURE_ARGS+= --disable-cxx --disable-rpath
+CONFIGURE_ARGS+= --disable-cxx \
+ --disable-rpath
post-install:
${INSTALL_DIR} ${IDIR_LIBTIFF}/usr/lib