summaryrefslogtreecommitdiffstats
path: root/main/texinfo
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2013-10-29 10:55:01 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-10-30 08:23:21 +0000
commitbd1b6fbd6613c1151b54037447fe8fe2550c463f (patch)
tree48942c0348a1710ba856afe7710782001640a4fc /main/texinfo
parent3ee5d0363fd5ae709deebda968b016bb5b915c72 (diff)
downloadaports-bd1b6fbd6613c1151b54037447fe8fe2550c463f.tar.bz2
aports-bd1b6fbd6613c1151b54037447fe8fe2550c463f.tar.xz
main/texinfo: specify license
Diffstat (limited to 'main/texinfo')
-rw-r--r--main/texinfo/APKBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/main/texinfo/APKBUILD b/main/texinfo/APKBUILD
index 301541442..f217624e8 100644
--- a/main/texinfo/APKBUILD
+++ b/main/texinfo/APKBUILD
@@ -1,17 +1,17 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=texinfo
pkgver=5.2
-pkgrel=0
+pkgrel=1
pkgdesc="Utilities to work with and produce manuals, ASCII text, and on-line documentation from a single source file"
url="http://www.gnu.org/software/texinfo/"
arch="all"
-license='GPL23'
+license='GPL3+'
depends="perl"
makedepends="ncurses-dev perl"
-source="ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz"
subpackages="$pkgname-doc"
+source="ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.xz"
-_builddir="$srcdir"/texinfo-$pkgver
+_builddir="$srcdir"/$pkgname-$pkgver
build() {
cd "$_builddir"
./configure \
@@ -34,6 +34,6 @@ package() {
return 0
}
-md5sums="1b8f98b80a8e6c50422125e07522e8db texinfo-5.2.tar.gz"
-sha256sums="6b8ca30e9b6f093b54fe04439e5545e564c63698a806a48065c0bba16994cf74 texinfo-5.2.tar.gz"
-sha512sums="85756bdeddabdba5de5fcb0bed90a5bcc7646d8ac8d3cda0548b650299f5ae4512a2f08e5419a600da7e4cc6836b0d974b65de158c7d586a2650b07075e57819 texinfo-5.2.tar.gz"
+md5sums="cb489df8a7ee9d10a236197aefdb32c5 texinfo-5.2.tar.xz"
+sha256sums="5471ef683a64588a7cfef46ef2bdd3fbcbca89d847e10832612293f105e44eda texinfo-5.2.tar.xz"
+sha512sums="6f9c5142db3b155bd601149b5632807b3c20dcfa7006ce5f7e120e6fc4b2174a3f4671c18232c040ffd69ebfb5950be5c563ac5cc08b88d03eb5a9f1b0f96c04 texinfo-5.2.tar.xz"