dhcpcd-dbus: update to 0.6.0.
This commit is contained in:
parent
0d49d87212
commit
ae416cd4c6
|
@ -1,14 +0,0 @@
|
||||||
--- Makefile.orig 2009-05-08 00:29:03.791182584 +0200
|
|
||||||
+++ Makefile 2009-05-08 00:29:23.725031689 +0200
|
|
||||||
@@ -10,9 +10,9 @@ CONFFILES= dhcpcd-dbus.conf
|
|
||||||
FILES= name.marples.roy.dhcpcd.service
|
|
||||||
CLEANFILES+= name.marples.roy.dhcpcd.service
|
|
||||||
|
|
||||||
-PREFIX?= /usr/local
|
|
||||||
+PREFIX?= /usr
|
|
||||||
BINDIR?= ${PREFIX}/libexec
|
|
||||||
-SYSCONFDIR?= ${PREFIX}/etc/dbus-1/system.d
|
|
||||||
+SYSCONFDIR?= /etc/dbus-1/system.d
|
|
||||||
FILESDIR?= ${PREFIX}/share/dbus-1/system-services
|
|
||||||
|
|
||||||
_DBUSCFLAGS_SH= pkg-config --cflags dbus-1
|
|
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'dhcpcd-dbus'
|
# Template file for 'dhcpcd-dbus'
|
||||||
pkgname=dhcpcd-dbus
|
pkgname=dhcpcd-dbus
|
||||||
version=0.4.2
|
version=0.6.0
|
||||||
revision=4
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=configure
|
||||||
make_build_args="LIBRT=-lrt"
|
configure_args="--prefix=/usr --sysconfdir=/etc --rundir=/run"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="dbus-devel dhcpcd dbus"
|
makedepends="dbus-devel"
|
||||||
depends="dhcpcd dbus"
|
depends="dhcpcd dbus"
|
||||||
short_desc="dhcpcd D-Bus interface"
|
short_desc="dhcpcd D-Bus interface"
|
||||||
homepage="http://roy.marples.name/projects/dhcpcd-dbus"
|
homepage="http://roy.marples.name/projects/dhcpcd-dbus"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
distfiles="http://roy.marples.name/downloads/dhcpcd/dhcpcd-dbus-$version.tar.bz2"
|
distfiles="http://roy.marples.name/downloads/dhcpcd/dhcpcd-dbus-$version.tar.bz2"
|
||||||
checksum=beaf6c45b0066530576d44357ae8a4b32dd036c200910eb5ca5364dc8d4dc996
|
checksum=b14190fb7dcd0642fa747fd286462e80ba4d1f44ba32a761af979c2101b6fb81
|
||||||
|
|
Loading…
Reference in New Issue