summaryrefslogtreecommitdiffstats
path: root/x11/dhcpcd-ui/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'x11/dhcpcd-ui/APKBUILD')
-rw-r--r--x11/dhcpcd-ui/APKBUILD25
1 files changed, 0 insertions, 25 deletions
diff --git a/x11/dhcpcd-ui/APKBUILD b/x11/dhcpcd-ui/APKBUILD
deleted file mode 100644
index 2732f1c73..000000000
--- a/x11/dhcpcd-ui/APKBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-pkgname=dhcpcd-ui
-pkgver=0.4.3
-pkgrel=0
-pkgdesc="A GTK+ monitor and configuration GUI for dhcpcd"
-url="http://roy.marples.name/projects/dhcpcd-dbus"
-license="BSD-2"
-depends="dhcpcd-dbus"
-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="2a01fa94c79699807131c488b47d9dc8 dhcpcd-ui-0.4.3.tar.bz2"