summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-05-06 20:13:28 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-05-06 20:13:28 +0000
commitaa1cc662d69f22695b53451ca5803e558de9d8d0 (patch)
treec23e658779bf0d1b28ef0f06b01dc770ea54b5d1 /testing
parentcb171a5cd1552aea6ee27e0e6eea2bfb539e7b53 (diff)
downloadaports-aa1cc662d69f22695b53451ca5803e558de9d8d0.tar.bz2
aports-aa1cc662d69f22695b53451ca5803e558de9d8d0.tar.xz
testing/dhcpcd: upgrade to 5.0.1
Diffstat (limited to 'testing')
-rw-r--r--testing/dhcpcd/APKBUILD17
1 files changed, 8 insertions, 9 deletions
diff --git a/testing/dhcpcd/APKBUILD b/testing/dhcpcd/APKBUILD
index 945b6d88..a609323a 100644
--- a/testing/dhcpcd/APKBUILD
+++ b/testing/dhcpcd/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Michael Mason <ms13sp@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=dhcpcd
-pkgver=4.0.12
+pkgver=5.0.1
pkgrel=0
pkgdesc="RFC2131 compliant DHCP client"
url="http://roy.marples.name/projects/dhcpcd/"
@@ -14,14 +14,13 @@ source="http://roy.marples.name/downloads/dhcpcd/$pkgname-$pkgver.tar.bz2"
build() {
cd "$srcdir/$pkgname-$pkgver"
-
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info
- make || return 1
- make DESTDIR="$pkgdir" install
+ make LIBEXECDIR=/lib/dhcpcd \
+ DBDIR=/var/lib/dhcpcd
+ make LIBEXECDIR=/lib/dhcpcd \
+ DBDIR=/var/lib/dhcpcd \
+ DESTDIR="$pkgdir" \
+ install
}
-md5sums="595311cb85071b2f11e6ca246a20d5c7 dhcpcd-4.0.12.tar.bz2"
+md5sums="79a886e0814e665cb4e29d9d914b3bcb dhcpcd-5.0.1.tar.bz2"