diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2012-05-04 20:00:41 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2012-05-04 20:00:41 +0000 |
commit | b2c353d874b85e06f355a9419852e2616613c7d0 (patch) | |
tree | f0773e0a930d308198ef5036d4f74e7f53015e6e /testing/wpa_actiond | |
parent | 0a24fb835cac4007388213ad0afb15257b035b14 (diff) |
Fri May 4 20:00:31 UTC 2012
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 69f44daa1..000000000 --- a/testing/wpa_actiond/PKGBUILD +++ /dev/null @@ -1,25 +0,0 @@ -# $Id: PKGBUILD 153826 2012-03-19 19:35:14Z thomas $ -# Maintainer: Thomas Bächler <thomas@archlinux.org> -pkgname=wpa_actiond -pkgver=1.2 -pkgrel=1 -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=('578efa1141fbf1acb56efff8061f4ac7ab99f257f8a3e1588db51a8ce77ac2b5') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - make CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - - install -D -m755 wpa_actiond "${pkgdir}/usr/sbin/wpa_actiond" -} -# vim:set ts=2 sw=2 et: |