From 966cf4091acb6935245e882bb598354fff690fd9 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 22 Jul 2010 07:06:44 +0200 Subject: [PATCH] tiff: add metafile support Signed-off-by: Stephan Raue --- packages/graphics/tiff/build | 4 ---- packages/graphics/tiff/install | 3 --- packages/graphics/tiff/meta | 14 ++++++++++++++ packages/graphics/tiff/url | 1 - 4 files changed, 14 insertions(+), 8 deletions(-) create mode 100644 packages/graphics/tiff/meta delete mode 100644 packages/graphics/tiff/url diff --git a/packages/graphics/tiff/build b/packages/graphics/tiff/build index 6827c27143..73eaf4432c 100755 --- a/packages/graphics/tiff/build +++ b/packages/graphics/tiff/build @@ -2,10 +2,6 @@ . config/options $1 -$SCRIPTS/build toolchain -$SCRIPTS/build $LIBJPEG -$SCRIPTS/build zlib - cd $PKG_BUILD ./configure --host=$TARGET_NAME \ --build=$HOST_NAME \ diff --git a/packages/graphics/tiff/install b/packages/graphics/tiff/install index 81823d1ad2..ee89f14aef 100755 --- a/packages/graphics/tiff/install +++ b/packages/graphics/tiff/install @@ -2,8 +2,5 @@ . config/options $1 -$SCRIPTS/install $LIBJPEG -$SCRIPTS/install zlib - mkdir -p $INSTALL/usr/lib cp -PR $PKG_BUILD/libtiff/.libs/*.so* $INSTALL/usr/lib diff --git a/packages/graphics/tiff/meta b/packages/graphics/tiff/meta new file mode 100644 index 0000000000..61d79af7a4 --- /dev/null +++ b/packages/graphics/tiff/meta @@ -0,0 +1,14 @@ +PKG_NAME="tiff" +PKG_VERSION="4.0.0beta6" +PKG_REV="1" +PKG_ARCH="any" +PKG_LICENSE="OSS" +PKG_SITE="http://www.remotesensing.org/libtiff/" +PKG_URL="http://download.osgeo.org/libtiff/$PKG_NAME-$PKG_VERSION.tar.gz" +PKG_DEPENDS="$LIBJPEG zlib" +PKG_BUILD_DEPENDS="toolchain $LIBJPEG zlib" +PKG_PRIORITY="optional" +PKG_SECTION="graphics" +PKG_SHORTDESC="libtiff: A library for reading and writing TIFF files" +PKG_LONGDESC="libtiff is a library for reading and writing data files encoded with the Tag Image File format, Revision 6.0 (or revision 5.0 or revision 4.0). This file format is suit- able for archiving multi-color and monochromatic image data." +PKG_IS_ADDON="no" diff --git a/packages/graphics/tiff/url b/packages/graphics/tiff/url deleted file mode 100644 index dc0c1b29fa..0000000000 --- a/packages/graphics/tiff/url +++ /dev/null @@ -1 +0,0 @@ -http://ftp.remotesensing.org/pub/libtiff/tiff-4.0.0beta6.tar.gz \ No newline at end of file