aboutsummaryrefslogtreecommitdiffstats
path: root/community/libraw
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2018-04-25 22:10:36 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2018-05-08 08:34:41 +0000
commit3cf491349ee83f94db8a9df2a96b1e7d314c7de7 (patch)
treec7b0eaeaefbf549b890a05534722dbc22485db4c /community/libraw
parent24608fdbbd106d214cdff4e241892980ed82afbf (diff)
downloadaports-3cf491349ee83f94db8a9df2a96b1e7d314c7de7.tar.bz2
aports-3cf491349ee83f94db8a9df2a96b1e7d314c7de7.tar.xz
community/libraw: clarify license
remove doc subpackage including SPDX license files
Diffstat (limited to 'community/libraw')
-rw-r--r--community/libraw/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/libraw/APKBUILD b/community/libraw/APKBUILD
index 5899f9edd1..8342a98e0e 100644
--- a/community/libraw/APKBUILD
+++ b/community/libraw/APKBUILD
@@ -3,12 +3,12 @@ pkgname=libraw
pkgver=0.18.9
pkgrel=0
pkgdesc="Library for reading RAW files obtained from digital photo cameras"
-url="https://www.libraw.org/"
+url="https://www.libraw.org"
arch="all"
-license="CDDL LGPL custom"
+license="CDDL-1.0 LGPL-2.1-only"
depends=""
makedepends=""
-subpackages="$pkgname-dev $pkgname-doc"
+subpackages="$pkgname-dev"
source="https://www.libraw.org/data/LibRaw-$pkgver.tar.gz"
builddir="$srcdir"/LibRaw-$pkgver
@@ -33,7 +33,7 @@ build() {
package() {
cd "$builddir"
make DESTDIR="$pkgdir" install
-
+ rm -rf "$pkgdir"/usr/share/doc/
}
sha512sums="5becbbf05db091d86f7a3a098402c5a981a5c614e9ac742e80823efec5dccfb3a1336cfd1493aa88c8d1a37fe05896efd3f8f145536d799a9ce19665073cf8ce LibRaw-0.18.9.tar.gz"