aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/libraw/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/libraw/APKBUILD b/community/libraw/APKBUILD
index 5899f9edd19..8342a98e0ea 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"