summaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorA. Wilcox <awilcox@wilcox-tech.com>2020-06-19 22:55:39 +0000
committerA. Wilcox <awilcox@wilcox-tech.com>2020-06-19 22:55:39 +0000
commitb39942321d371aaa6fa453bf06cb55089bbe7444 (patch)
tree8a92fba32b6c53afdccb261628fa6a7253dcfec5 /system
parentb1dca23f78c06933694cec0918927c2cd648a9ee (diff)
parentbf99539c5893560f6c4b26079ba7da9e587b5d1f (diff)
downloadpackages-b39942321d371aaa6fa453bf06cb55089bbe7444.tar.gz
packages-b39942321d371aaa6fa453bf06cb55089bbe7444.tar.bz2
packages-b39942321d371aaa6fa453bf06cb55089bbe7444.tar.xz
packages-b39942321d371aaa6fa453bf06cb55089bbe7444.zip
Merge branch 'move/groff' into 'master'
Move groff from system/ to user/ See merge request adelie/packages!474
Diffstat (limited to 'system')
-rw-r--r--system/curl/APKBUILD2
-rw-r--r--system/groff/APKBUILD35
-rw-r--r--system/ncurses/APKBUILD2
-rw-r--r--system/pax-utils/APKBUILD2
4 files changed, 3 insertions, 38 deletions
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"
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 <ncopa@alpinelinux.org>
-# Maintainer: A. Wilcox <awilfox@adelielinux.org>
-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/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
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"