diff options
Diffstat (limited to 'user')
-rw-r--r-- | user/wireless-tools/APKBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/user/wireless-tools/APKBUILD b/user/wireless-tools/APKBUILD index b4cf49688..0d5cfcf02 100644 --- a/user/wireless-tools/APKBUILD +++ b/user/wireless-tools/APKBUILD @@ -9,15 +9,14 @@ _pkgver=${pkgver/_/.} _pkgmaj=${pkgver%_pre[0-9]*} pkgrel=0 pkgdesc="Open Source wireless tools" -url="http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html" +url="https://hewlettpackard.github.io/wireless-tools/Tools.html" arch="all" +options="!check" # these applications have no testsuite license="GPL-2.0-or-later" depends="" makedepends="linux-headers" -install="" -options="!check" # these applications have no testsuite subpackages="$pkgname-dev $pkgname-doc" -source="http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/wireless_tools.${_pkgver}.tar.gz" +source="https://hewlettpackard.github.io/wireless-tools/wireless_tools.${_pkgver}.tar.gz" builddir="$srcdir"/"$_pkgname"."$_pkgmaj" |