From b37e39bdcb2b5df07b0a0e4468533473e7fb76b1 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 18 Feb 2013 07:35:41 +0000 Subject: main/texinfo: upgrade to 5.0 --- main/texinfo/APKBUILD | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'main/texinfo') diff --git a/main/texinfo/APKBUILD b/main/texinfo/APKBUILD index 1e5436c01..1f91127e2 100644 --- a/main/texinfo/APKBUILD +++ b/main/texinfo/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa pkgname=texinfo -pkgver=4.13a -pkgrel=3 +pkgver=5.0 +pkgrel=0 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" @@ -11,13 +11,20 @@ makedepends="ncurses-dev" source="ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz" subpackages="$pkgname-doc" +_builddir="$srcdir"/texinfo-$pkgver build() { - cd ${srcdir}/${pkgname}-4.13 + cd "$_builddir" ./configure --prefix=/usr || return 1 make || return 1 +} + +package() { + cd "$_builddir" make DESTDIR=${pkgdir} install || return 1 rm -f ${pkgdir}/usr/share/info/dir gzip ${pkgdir}/usr/share/info/* } -md5sums="71ba711519209b5fb583fed2b3d86fcb texinfo-4.13a.tar.gz" +md5sums="918432285abe6fe96c98355594c5656a texinfo-5.0.tar.gz" +sha256sums="2c579345a39a2a0bb4b8c28533f0b61356504a202da6a25d17d4d866af7f5803 texinfo-5.0.tar.gz" +sha512sums="27822169cef9c8e727f8510ef234246f16f3ed7abfe268ade9b7fbc927dc78ed7dcc726850220a022c1537514d9bf934c514b7ca6663b63ad345f148fe83c6d4 texinfo-5.0.tar.gz" -- cgit v1.2.3