summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-05-06 19:55:35 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-05-06 19:55:35 +0000
commitcb171a5cd1552aea6ee27e0e6eea2bfb539e7b53 (patch)
tree08134cb45307400df1f95048814bd62ed3ecbed2 /testing
parentba50655392513ff1b01899b7b5ee01287851a9ef (diff)
downloadaports-cb171a5cd1552aea6ee27e0e6eea2bfb539e7b53.tar.bz2
aports-cb171a5cd1552aea6ee27e0e6eea2bfb539e7b53.tar.xz
testing/dialog: adjust version number
Diffstat (limited to 'testing')
-rw-r--r--testing/dialog/APKBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/testing/dialog/APKBUILD b/testing/dialog/APKBUILD
index 99878744..99619e31 100644
--- a/testing/dialog/APKBUILD
+++ b/testing/dialog/APKBUILD
@@ -1,7 +1,8 @@
# Contributor: Michael Mason <ms13sp@gmail.com>
-# Maintainer:
+# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=dialog
-pkgver=1.1-20080819
+pkgver=1.1.20080819
+_ver=${pkgver%.*}-${pkgver##*.}
pkgrel=0
pkgdesc="A script-interpreter which provides a set of curses"
url="http://invisible-island.net/dialog/dialog.html"
@@ -13,7 +14,7 @@ subpackages="$pkgname-doc"
source="ftp://invisible-island.net/dialog/$pkgname.tar.gz"
build() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd "$srcdir/$pkgname-$_ver"
./configure --prefix=/usr \
--sysconfdir=/etc \
@@ -21,9 +22,6 @@ build() {
--infodir=/usr/share/info
make || return 1
make DESTDIR="$pkgdir" install
-
- # install -m755 -D "$srcdir"/$pkgname.initd "$pkgdir"/etc/init.d/$pkgname
- # install -m644 -D "$srcdir"/$pkgname.confd "$pkgdir"/etc/conf.d/$pkgname
}
md5sums="3caebd641a9f337b980becb4444336c5 dialog.tar.gz"