From 3024f9866a03cf96f1449b72868fccc3f094f977 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 18 May 2012 19:45:30 +0000 Subject: testing/dhex: upgrade to 0.67 --- testing/dhex/APKBUILD | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'testing/dhex') diff --git a/testing/dhex/APKBUILD b/testing/dhex/APKBUILD index d205c4784..5f6fb193d 100644 --- a/testing/dhex/APKBUILD +++ b/testing/dhex/APKBUILD @@ -1,20 +1,20 @@ # Contributor: Natanael Copa # Maintainer: Natanael Copa pkgname=dhex -pkgver=0.66 +pkgver=0.67 pkgrel=0 pkgdesc="Ncurses hex editor" url="http://www.dettus.net/dhex/" arch="all" -license="GPL" +license="GPL2+" depends="" makedepends="ncurses-dev" install="" subpackages="$pkgname-doc" -source="http://www.dettus.net/dhex/dhex_0.66.tar.gz - makefile.patch" - +source="http://www.dettus.net/dhex/dhex_$pkgver.tar.gz + makefile.patch" _builddir="$srcdir"/dhex_$pkgver + prepare() { local i cd "$_builddir" @@ -27,15 +27,15 @@ prepare() { build() { cd "$_builddir" - make + make || return 1 } package() { cd "$_builddir" make install DESTDIR="$pkgdir" \ mandir=/usr/share/man \ - prefix=/usr/bin + prefix=/usr/bin || return 1 } -md5sums="304a91cfd9481b2ddf418f3a943190e1 dhex_0.66.tar.gz +md5sums="46d24d11b6e389509fff07404aedabb6 dhex_0.67.tar.gz de16e09d3b416650d84ef39235cd2917 makefile.patch" -- cgit v1.2.3