x11/dhcpcd-ui: new aport

A GTK+ monitor and configuration GUI for dhcpcd
http://roy.marples.name/projects/dhcpcd-dbus
This commit is contained in:
Natanael Copa 2009-11-25 21:23:32 +00:00
parent c130016282
commit 9a71f36390

25
x11/dhcpcd-ui/APKBUILD Normal file
View File

@ -0,0 +1,25 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=dhcpcd-ui
pkgver=0.4.2
pkgrel=0
pkgdesc="A GTK+ monitor and configuration GUI for dhcpcd"
url="http://roy.marples.name/projects/dhcpcd-dbus"
license="BSD-2"
depends=
makedepends="glib-dev gtk+-dev dbus-dev libnotify-dev pkgconfig"
install=
subpackages=
source="http://roy.marples.name/downloads/dhcpcd/$pkgname-$pkgver.tar.bz2"
build() {
cd "$srcdir"/$pkgname-$pkgver
make PREFIX=/usr
}
package() {
cd "$srcdir"/$pkgname-$pkgver
make DESTDIR="$pkgdir" PREFIX=/usr SYSCONFDIR=/etc/dbus-1/system.d \
install
}
md5sums="be05ffb3f82830815b40901916ab17e0 dhcpcd-ui-0.4.2.tar.bz2"