summaryrefslogtreecommitdiffstats
path: root/extra/wpa_supplicant/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/wpa_supplicant/Pkgfile')
-rw-r--r--extra/wpa_supplicant/Pkgfile48
1 files changed, 0 insertions, 48 deletions
diff --git a/extra/wpa_supplicant/Pkgfile b/extra/wpa_supplicant/Pkgfile
deleted file mode 100644
index 6722e182f..000000000
--- a/extra/wpa_supplicant/Pkgfile
+++ /dev/null
@@ -1,48 +0,0 @@
-# Description: Utilitaire permettant la négociation WPA pour les réseaux sans fils
-# URL: http://hostap.epitest.fi/wpa_supplicant
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on: libnl, dbus, openssl
-# Run on: libnl,dbus,openssl
-
-name=wpa_supplicant
-version=0.7.3
-release=1
-madwifi_ver=0.9.4
-source=(http://hostap.epitest.fi/releases/$name-$version.tar.gz \
- config
- dbus-service-file-args.patch
- dbus-null-error.patch
- WEP232.patch
- bss-changed-prop-notify.patch)
-
-build() {
- cd $name-$version
- patch -p1 < $SRC/bss-changed-prop-notify.patch
- patch -p1 < $SRC/dbus-service-file-args.patch
- patch -p1 < $SRC/dbus-null-error.patch
- patch -p1 < $SRC/WEP232.patch
-
- cd $name
- perl -pi -e '$_ = "# $_" if /^\s*network\s*=\s*{/ .. /^\s*}/' wpa_supplicant.conf
- cp $SRC/config .config
-
- make
- make eapol_test
-
- mkdir -p $PKG/usr/sbin
- mkdir -p $PKG/etc/dbus-1/system.d/
- mkdir -p $PKG/usr/share/dbus-1/system-services/
-
- cp wpa_supplicant $PKG/usr/sbin
- cp wpa_cli $PKG/usr/sbin
- cp wpa_passphrase $PKG/usr/sbin
- cp wpa_supplicant.conf $PKG/etc
- cp eapol_test $PKG/usr/sbin
- install -m 0644 dbus/dbus-wpa_supplicant.conf $PKG/etc/dbus-1/system.d/wpa_supplicant.conf
- install -m 0644 dbus/fi.epitest.hostap.WPASupplicant.service $PKG/usr/share/dbus-1/system-services
- install -m 0644 dbus/fi.w1.wpa_supplicant1.service $PKG/usr/share/dbus-1/system-services
- mkdir -p $PKG/usr/share/man/man{5,8}
- cp doc/docbook/*.8 $PKG/usr/share/man/man8
- cp doc/docbook/*.5 $PKG/usr/share/man/man5
-}