diff options
-rw-r--r-- | testing/jhead/APKBUILD | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/testing/jhead/APKBUILD b/testing/jhead/APKBUILD index fe396442d7..89e6870e5d 100644 --- a/testing/jhead/APKBUILD +++ b/testing/jhead/APKBUILD @@ -1,27 +1,21 @@ # Contributor: Richard Mortier <mort@cantab.net> # Maintainer: Richard Mortier <mort@cantab.net> pkgname=jhead -pkgver=3.03 +pkgver=3.04 pkgrel=0 pkgdesc="Exif Jpeg header manipulation tool" url="http://www.sentex.net/~mwandel/jhead/" arch="all" license="custom" -depends="" -makedepends="" -install="" subpackages="$pkgname-doc" -source="http://www.sentex.net/~mwandel/jhead/$pkgname-$pkgver.tar.gz" -builddir="$srcdir/$pkgname-$pkgver" +source="http://www.sentex.net/~mwandel/jhead/jhead-$pkgver.tar.gz" options="!check" # no test suite build() { - cd "$builddir" make all } package() { - cd "$builddir" install -Dm755 jhead "$pkgdir"/usr/bin/jhead } @@ -30,7 +24,7 @@ doc() { gzip -v9 jhead.1 install -Dm644 jhead.1.gz "$subpkgdir"/usr/share/man/man1/jhead.1.gz install -Dm644 readme.txt \ - "$subpkgdir"/usr/share/licenses/$pkgname/readme.txt + "$subpkgdir"/usr/share/licenses/$pkgname/readme.txt } -sha512sums="3e1e5277ae3d22ed04a35cece42690e76f9f6196ab396cc7917ae27a1ebabae79ae359454d5a0597597b278c7e2e5e5766f5a5f6b57dc72a2aaf429e809dbb29 jhead-3.03.tar.gz" +sha512sums="d783b02059ebcb01845d346e7c48bdc9d9f12fb7b0fd47bf8aff0a85a03f3523fbc536ddab0912f1c56ddb315b6cf31f16d4c7a4f81112d9a4c76a4a57ec1aed jhead-3.04.tar.gz" |