diff options
Diffstat (limited to 'system/groff')
-rw-r--r-- | system/groff/APKBUILD | 35 |
1 files changed, 0 insertions, 35 deletions
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" |