dhcpcd: update to 5.6.8.
This commit is contained in:
parent
4c91829466
commit
5423b4a55e
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'dhcpcd'
|
||||
pkgname=dhcpcd
|
||||
version=5.6.7
|
||||
revision=2
|
||||
version=5.6.8
|
||||
revision=1
|
||||
build_style=configure
|
||||
configure_args="--prefix=/usr --libexecdir=/usr/lib
|
||||
--sysconfdir=/etc --rundir=/run"
|
||||
|
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
license="Simplified BSD"
|
||||
homepage="http://roy.marples.name/projects/dhcpcd"
|
||||
distfiles="http://roy.marples.name/downloads/dhcpcd/dhcpcd-$version.tar.bz2"
|
||||
checksum=102cc37596216c0e2c0b230fe58bf880e993ec8663c7c2178fb2a06c25938c90
|
||||
checksum=a3b15da770623774f4e659bf3239fca50f03594207bca3a2ad011f0b68d8eec4
|
||||
|
||||
post_install() {
|
||||
chmod 755 ${DESTDIR}/usr/sbin/dhcpcd
|
||||
|
@ -22,7 +22,6 @@ post_install() {
|
|||
dhcpcd_package() {
|
||||
conf_files="/etc/dhcpcd.conf"
|
||||
pkg_install() {
|
||||
vmove etc
|
||||
vmove usr
|
||||
vmove all
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue