summaryrefslogtreecommitdiffstats
path: root/testing/xfce4-wavelan-plugin/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/xfce4-wavelan-plugin/APKBUILD')
-rw-r--r--testing/xfce4-wavelan-plugin/APKBUILD32
1 files changed, 0 insertions, 32 deletions
diff --git a/testing/xfce4-wavelan-plugin/APKBUILD b/testing/xfce4-wavelan-plugin/APKBUILD
deleted file mode 100644
index 27176f01..00000000
--- a/testing/xfce4-wavelan-plugin/APKBUILD
+++ /dev/null
@@ -1,32 +0,0 @@
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-pkgname=xfce4-wavelan-plugin
-pkgver=0.5.5
-pkgrel=0
-pkgdesc="plugin to monitor wifi connectivity for the Xfce4 panel"
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-wavelan-plugin/"
-license="custom"
-depends=
-makedepends="pkgconfig xfce4-panel-dev intltool libsm-dev"
-source="http://goodies.xfce.org/releases/$pkgname/$pkgname-$pkgver.tar.bz2
- tooltip.diff"
-
-build() {
- cd "$srcdir"/$pkgname-$pkgver
- patch -Np1 -i "$srcdir"/tooltip.diff || return 1
- ./configure \
- --prefix=/usr \
- --sysconfdir=/etc \
- --libexecdir=/usr/lib \
- --localstatedir=/var \
- --disable-static
- make || return 1
-}
-
-package() {
- cd "$srcdir"/$pkgname-$pkgver
- make DESTDIR="$pkgdir" install || return 1
- install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}
-
-md5sums="1fa00ad9f24cc29536cb7622016c6a5e xfce4-wavelan-plugin-0.5.5.tar.bz2
-923b1f2bf2d26cf01f784b6194f64d93 tooltip.diff"