diff options
Diffstat (limited to 'community/hostapd')
-rw-r--r-- | community/hostapd/PKGBUILD | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/community/hostapd/PKGBUILD b/community/hostapd/PKGBUILD index 828a36e47..15d861a92 100644 --- a/community/hostapd/PKGBUILD +++ b/community/hostapd/PKGBUILD @@ -1,25 +1,16 @@ -# $Id: PKGBUILD 105700 2014-02-14 09:18:44Z spupykin $ +# $Id: PKGBUILD 112599 2014-06-04 12:04:55Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=hostapd pkgver=2.1 -pkgrel=2 +pkgrel=3 pkgdesc="IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator" arch=('i686' 'x86_64') url="http://w1.fi/hostapd/" license=('custom') depends=('openssl' 'libnl') -backup=('etc/hostapd/hostapd.conf' - 'etc/hostapd/hlr_auc_gw.milenage_db' - 'etc/hostapd/hostapd.accept' - 'etc/hostapd/hostapd.deny' - 'etc/hostapd/hostapd.eap_user' - 'etc/hostapd/hostapd.radius_clients' - 'etc/hostapd/hostapd.sim_db' - 'etc/hostapd/hostapd.vlan' - 'etc/hostapd/hostapd.wpa_psk' - 'etc/hostapd/wired.conf') install=hostapd.install +options=(emptydirs) source=(http://w1.fi/releases/$pkgname-$pkgver.tar.gz config hostapd.service) @@ -52,7 +43,8 @@ package() { # Configuration install -d "$pkgdir/etc/hostapd" - install -m644 -t "$pkgdir/etc/hostapd" \ + install -d "$pkgdir/usr/share/doc/hostapd" + install -m644 -t "$pkgdir/usr/share/doc/hostapd" \ hostapd.{accept,conf,deny,eap_user,radius_clients,sim_db,vlan,wpa_psk} \ wired.conf hlr_auc_gw.milenage_db |