From 3f91a91019e4401556ff95aae696f38d2fef602f Mon Sep 17 00:00:00 2001 From: Max Rees Date: Mon, 15 Jun 2020 23:00:38 +0000 Subject: system/curl: remove unnecessary makedepends_build=groff --- system/curl/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system') diff --git a/system/curl/APKBUILD b/system/curl/APKBUILD index 8303e6d75..fdf8be1e2 100644 --- a/system/curl/APKBUILD +++ b/system/curl/APKBUILD @@ -10,7 +10,7 @@ url="https://curl.haxx.se" arch="all" license="MIT" depends="ca-certificates" -makedepends_build="groff perl" +makedepends_build="perl" makedepends_host="zlib-dev openssl-dev libssh2-dev" makedepends="$makedepends_build $makedepends_host" source="https://curl.haxx.se/download/$pkgname-$pkgver.tar.xz" -- cgit v1.2.3-70-g09d2 From 1e16eef807b0841adc8aba5d38426eddca4a149a Mon Sep 17 00:00:00 2001 From: Max Rees Date: Mon, 15 Jun 2020 23:01:29 +0000 Subject: system/groff: move to user/ --- system/groff/APKBUILD | 35 ----------------------------------- user/groff/APKBUILD | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 35 deletions(-) delete mode 100644 system/groff/APKBUILD create mode 100644 user/groff/APKBUILD (limited to 'system') diff --git a/system/groff/APKBUILD b/system/groff/APKBUILD deleted file mode 100644 index 1045af000..000000000 --- a/system/groff/APKBUILD +++ /dev/null @@ -1,35 +0,0 @@ -# Contributor: Natanael Copa -# Maintainer: A. Wilcox -pkgname=groff -pkgver=1.22.4 -pkgrel=0 -pkgdesc="GNU troff text-formatting system" -url="https://www.gnu.org/software/groff/groff.html" -arch="all" -license="GPL-3.0+" -depends="" -makedepends="perl texinfo" -subpackages="$pkgname-doc" -source="https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz" - -build () { - ./configure \ - --build=$CBUILD \ - --host=$CHOST \ - --prefix=/usr \ - --without-x - # work around parallel build issue - make arch/misc && make -} - -check() { - make check -} - -package() { - make DESTDIR="$pkgdir" install - rm -rf "$pkgdir"/usr/lib/charset.alias - rmdir -p "$pkgdir"/usr/lib 2>/dev/null || true -} - -sha512sums="1c42d3cd71efaf067b5850945d9097fa1f0fadd5e2b6ba7446bd9d4f439fe1ad058e4ddb0d4e0f503682137dfc7c822944ce1e3e5cf981673f8ba197ea77126d groff-1.22.4.tar.gz" diff --git a/user/groff/APKBUILD b/user/groff/APKBUILD new file mode 100644 index 000000000..1045af000 --- /dev/null +++ b/user/groff/APKBUILD @@ -0,0 +1,35 @@ +# Contributor: Natanael Copa +# Maintainer: A. Wilcox +pkgname=groff +pkgver=1.22.4 +pkgrel=0 +pkgdesc="GNU troff text-formatting system" +url="https://www.gnu.org/software/groff/groff.html" +arch="all" +license="GPL-3.0+" +depends="" +makedepends="perl texinfo" +subpackages="$pkgname-doc" +source="https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz" + +build () { + ./configure \ + --build=$CBUILD \ + --host=$CHOST \ + --prefix=/usr \ + --without-x + # work around parallel build issue + make arch/misc && make +} + +check() { + make check +} + +package() { + make DESTDIR="$pkgdir" install + rm -rf "$pkgdir"/usr/lib/charset.alias + rmdir -p "$pkgdir"/usr/lib 2>/dev/null || true +} + +sha512sums="1c42d3cd71efaf067b5850945d9097fa1f0fadd5e2b6ba7446bd9d4f439fe1ad058e4ddb0d4e0f503682137dfc7c822944ce1e3e5cf981673f8ba197ea77126d groff-1.22.4.tar.gz" -- cgit v1.2.3-70-g09d2 From 236e650b560dcfbb03f10b661e2abf9cdbe84d3e Mon Sep 17 00:00:00 2001 From: Max Rees Date: Thu, 18 Jun 2020 01:45:14 +0000 Subject: system/ncurses: use mirrored $source --- system/ncurses/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system') diff --git a/system/ncurses/APKBUILD b/system/ncurses/APKBUILD index 67df0d1b7..73f5d922b 100644 --- a/system/ncurses/APKBUILD +++ b/system/ncurses/APKBUILD @@ -12,7 +12,7 @@ depends="" makedepends_build="ncurses" subpackages="$pkgname-static $pkgname-dev $pkgname-doc $pkgname-libs $pkgname-terminfo-base:base:noarch $pkgname-terminfo:terminfo:noarch" -source="https://invisible-mirror.net/archives/ncurses/current/ncurses-$_ver.tgz" +source="https://mirrormaster.adelielinux.org/source/upstream/ncurses-$_ver.tgz" builddir="$srcdir"/ncurses-$_ver -- cgit v1.2.3-70-g09d2 From bf99539c5893560f6c4b26079ba7da9e587b5d1f Mon Sep 17 00:00:00 2001 From: Max Rees Date: Thu, 18 Jun 2020 01:45:38 +0000 Subject: system/pax-utils: use mirrored $source --- system/pax-utils/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system') diff --git a/system/pax-utils/APKBUILD b/system/pax-utils/APKBUILD index 6c121b48a..481a7077e 100644 --- a/system/pax-utils/APKBUILD +++ b/system/pax-utils/APKBUILD @@ -12,7 +12,7 @@ depends="scanelf" makedepends_build="" makedepends_host="linux-headers libcap-dev" makedepends="$makedepends_build $makedepends_host" -source="http://distfiles.gentoo.org/distfiles/${pkgname}-${pkgver}.tar.xz +source="https://mirrormaster.adelielinux.org/source/upstream/pax-utils-$pkgver.tar.xz fix-eitype.patch" subpackages="$pkgname-doc scanelf:_scanelf" -- cgit v1.2.3-70-g09d2