🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021222324
pkgname: wireless-tools
pkgver: '29'
pkgrel: '3'
pkgdesc: Driver to expose configuration and statistics specific to common Wireless LANs to user space
url: 'https://hewlettpackard.github.io/wireless-tools/Tools.html'
arch: x86_64
license:
- GPL
depends: []
makedepends: []
source:
- 'https://hewlettpackard.github.io/${pkgname}/wireless_tools.${pkgver}.tar.gz'
- 'https://www.linuxfromscratch.org/patches/blfs/svn/wireless_tools-${pkgver}-fix_iwlist_scanning-1.patch'
sha256sums:
- 6fb80935fe208538131ce2c4178221bab1078a1656306bce8909c19887e2e5a1
- SKIP
build: |
cd wireless_tools.${pkgver}
patch -Np1 -i ../wireless_tools-${pkgver}-fix_iwlist_scanning-1.patch
make
mkdir -p ${PKGDIR}/usr/share/man
make PREFIX=${PKGDIR}/usr INSTALL_DIR=${PKGDIR}/usr/bin INSTALL_MAN=${PKGDIR}/usr/share/man install
package: |
true