diff options
author | TBK <tbk@jjtc.eu> | 2020-02-26 19:46:31 +0100 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2020-02-26 21:50:50 +0000 |
commit | 9d5b5719bffa3a03b936da25c9508cc35f8ec943 (patch) | |
tree | 2ca98c4876f1ff8e174a87bbfffc37f798196d83 | |
parent | 216098cfa231890f1a63d53b62de63b99fb754c1 (diff) | |
download | aports-9d5b5719bffa3a03b936da25c9508cc35f8ec943.tar.bz2 aports-9d5b5719bffa3a03b936da25c9508cc35f8ec943.tar.xz |
main/libc-dev: fix url & clarify license
-rw-r--r-- | main/libc-dev/APKBUILD | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/main/libc-dev/APKBUILD b/main/libc-dev/APKBUILD index a7fbf576fb..5fcfad5a29 100644 --- a/main/libc-dev/APKBUILD +++ b/main/libc-dev/APKBUILD @@ -2,11 +2,12 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libc-dev pkgver=0.7.2 -pkgrel=0 +pkgrel=1 pkgdesc="Meta package to pull in correct libc" -url="http://alpinelinux.org" +url="https://alpinelinux.org" arch="noarch" -license="BSD" +license="BSD-2-Clause AND BSD-3-Clause" +options="!check" # No test suite makedepends_build=" " makedepends_host=" " makedepends="$makedepends_build $makedepends_host" @@ -20,15 +21,6 @@ source="sys-cdefs.h prepare() { mkdir -p "$builddir" - cd "$builddir" -} - -build() { - return 0 -} - -check() { - return 0 } package() { |