From 57c1c317cb1f9d62c1f6a88d1527a43a23b3d46a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Sun, 21 Oct 2018 12:31:00 +0200 Subject: community/re2: don't install license file This is usually only done for aports with `license="custom"`. Since this is the only file shipped by the doc subpackage, that subpackage is removed as well. --- community/re2/APKBUILD | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'community/re2/APKBUILD') diff --git a/community/re2/APKBUILD b/community/re2/APKBUILD index 8647226d13..1d90688b04 100644 --- a/community/re2/APKBUILD +++ b/community/re2/APKBUILD @@ -3,12 +3,12 @@ pkgname=re2 pkgver=2018.10.01 _pkgver=${pkgver//./-} -pkgrel=0 +pkgrel=1 pkgdesc="Efficient, principled regular expression library" url="https://github.com/google/re2" arch="all" license="BSD-3-Clause" -subpackages="$pkgname-dev $pkgname-doc" +subpackages="$pkgname-dev" provides="libre2" source="$pkgname-$pkgver.tar.gz::https://github.com/google/$pkgname/archive/$_pkgver.tar.gz" builddir="$srcdir"/$pkgname-$_pkgver @@ -26,8 +26,6 @@ check() { package() { cd "$builddir" make DESTDIR="$pkgdir" prefix=/usr install - install -Dm644 LICENSE \ - "$pkgdir"/usr/share/licenses/$pkgname/LICENSE } sha512sums="91e400856137d16c6319e310dab99b4baa74c0bcf634c97464fccdf4092ffc8e1d5ee2a6714b8114719e2dd92e962d5e970ce1b360a3644a8b395d8fb47431be re2-2018.10.01.tar.gz" -- cgit v1.2.3