summaryrefslogtreecommitdiff
path: root/community/hostapd/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-06-02 10:50:51 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-06-02 10:50:51 -0300
commit901d121a0b559ed0c285f6cf7daebd0e0081a327 (patch)
tree814faf33f5ac64cc28c07e45f56c240c93605746 /community/hostapd/PKGBUILD
parentd0fae3a9b2c0de7490049611767dc2a3d6e94899 (diff)
parente7b9c9697e6a50c3b9e78941fa95ba11c716d238 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: testing/mesa/PKGBUILD
Diffstat (limited to 'community/hostapd/PKGBUILD')
-rw-r--r--community/hostapd/PKGBUILD9
1 files changed, 7 insertions, 2 deletions
diff --git a/community/hostapd/PKGBUILD b/community/hostapd/PKGBUILD
index ba424e6c1..8af3d64b0 100644
--- a/community/hostapd/PKGBUILD
+++ b/community/hostapd/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 35909 2010-12-23 21:54:48Z spupykin $
+# $Id: PKGBUILD 48326 2011-05-31 10:29:12Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
_madwifiver=0.9.4.4133
pkgname=hostapd
pkgver=0.7.3
-pkgrel=3
+pkgrel=4
pkgdesc="daemon for wireless software access points"
arch=('i686' 'x86_64' 'mips64el')
url="http://hostap.epitest.fi/hostapd/"
@@ -40,6 +40,10 @@ build() {
$pkgdir/usr/share/licenses/$pkgname $pkgdir/etc/rc.d
make
+}
+
+package() {
+ cd $srcdir/$pkgname-$pkgver/hostapd
make DESTDIR=$pkg install
cp hlr_auc_gw.milenage_db $pkgdir/etc/hostapd
@@ -60,4 +64,5 @@ build() {
cp ../../hostapd.conf.d $pkgdir/etc/conf.d/hostapd
mv $pkgdir/usr/man $pkgdir/usr/share/
+ sed -i 's#/etc/hostapd#/etc/hostapd/hostapd#' $pkgdir/etc/hostapd/hostapd.conf
}