[arch-commits] CVS update of arch/build/base/wpa_supplicant (PKGBUILD)
Thomas Baechler
thomas at archlinux.org
Wed May 9 22:30:20 UTC 2007
Date: Wednesday, May 9, 2007 @ 18:30:20
Author: thomas
Path: /home/cvs-arch/arch/build/base/wpa_supplicant
Modified: PKGBUILD (1.1 -> 1.2)
upgpkg: wpa_supplicant 0.5.7-3
----------+
PKGBUILD | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
Index: arch/build/base/wpa_supplicant/PKGBUILD
diff -u arch/build/base/wpa_supplicant/PKGBUILD:1.1 arch/build/base/wpa_supplicant/PKGBUILD:1.2
--- arch/build/base/wpa_supplicant/PKGBUILD:1.1 Sun Mar 25 07:30:55 2007
+++ arch/build/base/wpa_supplicant/PKGBUILD Wed May 9 18:30:20 2007
@@ -3,7 +3,7 @@
pkgname=wpa_supplicant
pkgver=0.5.7
_madwifi_ver=0.9.3
-pkgrel=2
+pkgrel=3
pkgdesc="A utility providing key negotiation for WPA wireless networks"
arch=(i686 x86_64)
depends=('openssl')
@@ -26,5 +26,8 @@
sed -i 's at dynamic_eap_methods@@g' Makefile
make || return 1
make PREFIX=/usr DESTDIR=$startdir/pkg install || return 1
- install -D -m644 wpa_supplicant.conf $startdir/pkg/etc/wpa_supplicant.conf
+ install -D -m644 wpa_supplicant.conf $startdir/pkg/etc/wpa_supplicant.conf || return 1
+ install -d -m755 $startdir/pkg/usr/man/man{5,8} || return 1
+ install -m644 doc/docbook/wpa_supplicant.conf.5 $startdir/pkg/usr/man/man5 || return 1
+ install -m644 doc/docbook/{wpa_background,wpa_cli,wpa_passphrase,wpa_supplicant}.8 $startdir/pkg/usr/man/man8 || return 1
}
More information about the arch-commits
mailing list