[arch-commits] Commit in hostapd/trunk (PKGBUILD)

Sergej Pupykin spupykin at nymeria.archlinux.org
Wed Jun 4 12:04:38 UTC 2014


    Date: Wednesday, June 4, 2014 @ 14:04:38
  Author: spupykin
Revision: 112598

upgpkg: hostapd 2.1-3

upd

Modified:
  hostapd/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++------------
 1 file changed, 4 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-04 11:48:23 UTC (rev 112597)
+++ PKGBUILD	2014-06-04 12:04:38 UTC (rev 112598)
@@ -3,23 +3,14 @@
 
 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 @@
 
   # 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
 




More information about the arch-commits mailing list