diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2020-02-26 20:27:17 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-26 17:41:17 -0300 |
commit | 85a71eff0644c8fa85572dd9164ceecd986fed40 (patch) | |
tree | a7e1167ce9fad2f3c77ee35aec23aad795f1c1f4 /main/exiv2 | |
parent | 9b99bcb9e354529f69f91583fb247f68dd3372d6 (diff) | |
download | aports-85a71eff0644c8fa85572dd9164ceecd986fed40.tar.bz2 aports-85a71eff0644c8fa85572dd9164ceecd986fed40.tar.xz |
main/exiv2: don't build (and package) samples
closes #11259
Diffstat (limited to 'main/exiv2')
-rw-r--r-- | main/exiv2/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/exiv2/APKBUILD b/main/exiv2/APKBUILD index 64f65740db..75168bcdf4 100644 --- a/main/exiv2/APKBUILD +++ b/main/exiv2/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=exiv2 pkgver=0.27.2 -pkgrel=4 +pkgrel=5 pkgdesc="Exif and Iptc metadata manipulation library and tools." url="https://exiv2.org" arch="all" @@ -31,7 +31,8 @@ build() { cmake -B build . \ -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_INSTALL_LIBDIR=lib + -DCMAKE_INSTALL_LIBDIR=lib \ + -DEXIV2_BUILD_SAMPLES=OFF make -C build } @@ -41,7 +42,6 @@ check() { package() { make -C build DESTDIR="$pkgdir" install - rm -f "$pkgdir"/usr/bin/*-test } sha512sums="39eb7d920dce18b275ac66f4766c7c73f7c72ee10e3e1e43d84c611b24f48ce20a70eac6d53948914e93242a25b8b52cc4bc760ee611ddcd77481306c1f9e721 exiv2-0.27.2-Source.tar.gz |