From 8a2918b3cc06b03c215ba712be41eeefb5fa451e Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 2 Mar 2009 17:03:06 +0000 Subject: extra/tiff: moved from testing --- extra/tiff/APKBUILD | 26 ++++++++++++++++++++++++++ testing/tiff/APKBUILD | 26 -------------------------- 2 files changed, 26 insertions(+), 26 deletions(-) create mode 100644 extra/tiff/APKBUILD delete mode 100644 testing/tiff/APKBUILD diff --git a/extra/tiff/APKBUILD b/extra/tiff/APKBUILD new file mode 100644 index 0000000000..c580a84a30 --- /dev/null +++ b/extra/tiff/APKBUILD @@ -0,0 +1,26 @@ +# Contributor: Michael Mason +# Maintainer: Michael Mason +pkgname=tiff +pkgver=3.8.2 +pkgrel=0 +pkgdesc="Provides support for the Tag Image File Format or TIFF" +url="http://www.libtiff.org/" +license="GPL" +depends="uclibc" +subpackages="$pkgname-doc $pkgname-dev" +source="ftp://ftp.remotesensing.org/pub/lib$pkgname/$pkgname-$pkgver.tar.gz" + +build() { + cd "$srcdir/$pkgname-$pkgver" + + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --mandir=/usr/share/man \ + --infodir=/usr/share/info \ + --disable-cxx + make || return 1 + make DESTDIR="$pkgdir" install + +} + +md5sums="fbb6f446ea4ed18955e2714934e5b698 tiff-3.8.2.tar.gz" diff --git a/testing/tiff/APKBUILD b/testing/tiff/APKBUILD deleted file mode 100644 index c580a84a30..0000000000 --- a/testing/tiff/APKBUILD +++ /dev/null @@ -1,26 +0,0 @@ -# Contributor: Michael Mason -# Maintainer: Michael Mason -pkgname=tiff -pkgver=3.8.2 -pkgrel=0 -pkgdesc="Provides support for the Tag Image File Format or TIFF" -url="http://www.libtiff.org/" -license="GPL" -depends="uclibc" -subpackages="$pkgname-doc $pkgname-dev" -source="ftp://ftp.remotesensing.org/pub/lib$pkgname/$pkgname-$pkgver.tar.gz" - -build() { - cd "$srcdir/$pkgname-$pkgver" - - ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info \ - --disable-cxx - make || return 1 - make DESTDIR="$pkgdir" install - -} - -md5sums="fbb6f446ea4ed18955e2714934e5b698 tiff-3.8.2.tar.gz" -- cgit v1.2.3