summaryrefslogtreecommitdiff
path: root/system/groff/APKBUILD
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-03-08 01:18:12 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-03-08 01:18:12 +0000
commit4b8455fc58d521b734b078edebc2227127ed7c76 (patch)
treeae04b20f05db188837f14b24449e480e0d69f99a /system/groff/APKBUILD
parenta9d10bed4612e910c6a7879b7e96313204a7d452 (diff)
downloadpackages-4b8455fc58d521b734b078edebc2227127ed7c76.tar.gz
packages-4b8455fc58d521b734b078edebc2227127ed7c76.tar.bz2
packages-4b8455fc58d521b734b078edebc2227127ed7c76.tar.xz
packages-4b8455fc58d521b734b078edebc2227127ed7c76.zip
system/groff: bump to 1.22.4, modernise
Diffstat (limited to 'system/groff/APKBUILD')
-rw-r--r--system/groff/APKBUILD11
1 files changed, 4 insertions, 7 deletions
diff --git a/system/groff/APKBUILD b/system/groff/APKBUILD
index 0b5d6c332..1045af000 100644
--- a/system/groff/APKBUILD
+++ b/system/groff/APKBUILD
@@ -1,19 +1,18 @@
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=groff
-pkgver=1.22.3
-pkgrel=2
+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=
+depends=""
makedepends="perl texinfo"
subpackages="$pkgname-doc"
source="https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz"
build () {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -24,15 +23,13 @@ build () {
}
check() {
- cd "$builddir"
make check
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
rm -rf "$pkgdir"/usr/lib/charset.alias
rmdir -p "$pkgdir"/usr/lib 2>/dev/null || true
}
-sha512sums="c526ab203d13a9c9d110bcd3149fe50d1cd0d309437e9e2731a7ce90d890507ebc0a2331899ecf4dba2938daa756b6094cf76fd347a0ded59797c70ccfd0c95c groff-1.22.3.tar.gz"
+sha512sums="1c42d3cd71efaf067b5850945d9097fa1f0fadd5e2b6ba7446bd9d4f439fe1ad058e4ddb0d4e0f503682137dfc7c822944ce1e3e5cf981673f8ba197ea77126d groff-1.22.4.tar.gz"