diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2011-11-15 14:34:01 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2011-11-15 14:34:01 +0000 |
commit | 28b13b7e8e6e1e4fa1593f0dfb1c37569f2f90a8 (patch) | |
tree | b5961b2312f5afe599dba0d1b9a3b6f6e3d04091 /testing/wpa_actiond | |
parent | 3d151dfc8e08b65c2c1d4b5e8081562d56ee7d41 (diff) |
Tue Nov 15 14:33:58 UTC 2011
Diffstat (limited to 'testing/wpa_actiond')
-rw-r--r-- | testing/wpa_actiond/PKGBUILD | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/testing/wpa_actiond/PKGBUILD b/testing/wpa_actiond/PKGBUILD deleted file mode 100644 index ff374f5c5..000000000 --- a/testing/wpa_actiond/PKGBUILD +++ /dev/null @@ -1,25 +0,0 @@ -# $Id: PKGBUILD 142088 2011-11-05 00:43:25Z thomas $ -# Maintainer: Thomas Bächler <thomas@archlinux.org> -pkgname=wpa_actiond -pkgver=1.1 -pkgrel=3 -pkgdesc="Daemon that connects to wpa_supplicant and handles connect and disconnect events" -arch=('i686' 'x86_64') -url="http://projects.archlinux.org/wpa_actiond.git/" -license=('GPL') -depends=('glibc' 'wpa_supplicant') -source=(ftp://ftp.archlinux.org/other/wpa_actiond/${pkgname}-${pkgver}.tar.xz) -sha256sums=('d50a49cb5d56c31345d18e58f017b4ff923e8959a7e4e709abd156744f1668c3') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - make CFLAGS="${CFLAGS}" -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - - install -D -m755 wpa_actiond "${pkgdir}/usr/sbin/wpa_actiond" -} -# vim:set ts=2 sw=2 et: |