mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
community/libraw: clarify license
remove doc subpackage including SPDX license files
This commit is contained in:
parent
24608fdbbd
commit
3cf491349e
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user