mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
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:
parent
c130016282
commit
9a71f36390
25
x11/dhcpcd-ui/APKBUILD
Normal file
25
x11/dhcpcd-ui/APKBUILD
Normal 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"
|
||||
Loading…
x
Reference in New Issue
Block a user