diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-04-12 09:57:23 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-04-12 09:57:23 +0000 |
commit | 46a97b0c980d8bd2aa781295d4882db25a07722f (patch) | |
tree | c91f38d1946564a7f03d3d849271b8415362b129 /testing/exiv2 | |
parent | 947bb1f2152ac3d9638f90e5efb6c3c4b05b64d4 (diff) | |
download | aports-46a97b0c980d8bd2aa781295d4882db25a07722f.tar.bz2 aports-46a97b0c980d8bd2aa781295d4882db25a07722f.tar.xz |
main/exiv2: moved from testing
Diffstat (limited to 'testing/exiv2')
-rw-r--r-- | testing/exiv2/APKBUILD | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/testing/exiv2/APKBUILD b/testing/exiv2/APKBUILD deleted file mode 100644 index 82638d7e95..0000000000 --- a/testing/exiv2/APKBUILD +++ /dev/null @@ -1,27 +0,0 @@ -# Maintainer: Natanael Copa <ncopa@alpinelinux.org> -pkgname=exiv2 -pkgver=0.21.1 -pkgrel=0 -pkgdesc="Exif and Iptc metadata manipulation library and tools." -url="http://exiv2.org" -arch="all" -license="GPL2" -depends="" -depends_dev="expat-dev zlib-dev" -makedepends="zlib-dev expat-dev" -subpackages="$pkgname-dev $pkgname-doc" -source="http://www.exiv2.org/exiv2-$pkgver.tar.gz" - -_builddir="$srcdir"/$pkgname-$pkgver -build() { - cd "$_builddir" - ./configure --prefix=/usr - make || return 1 -} - -package() { - cd "$_builddir" - make DESTDIR="$pkgdir" install || return 1 -} - -md5sums="5c99bbcaa998f6b200b92f2bf0ac4f9e exiv2-0.21.1.tar.gz" |