mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
wireless_tools: fix distfiles download
This commit is contained in:
parent
e2e3cfeb46
commit
e965299cd4
1 changed files with 2 additions and 5 deletions
|
@ -3,16 +3,13 @@ pkgname=wireless_tools
|
|||
version=29
|
||||
revision=10
|
||||
wrksrc="wireless_tools.${version}"
|
||||
hostmakedepends="wget"
|
||||
short_desc="Set of tools allowing to manipulate the Wireless Extensions"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-2.0-only"
|
||||
homepage="http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html"
|
||||
distfiles="http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/wireless_tools.${version}.tar.gz"
|
||||
homepage="https://hewlettpackard.github.io/wireless-tools/Tools.html"
|
||||
distfiles="https://hewlettpackard.github.io/wireless-tools/wireless_tools.${version}.tar.gz"
|
||||
checksum=6fb80935fe208538131ce2c4178221bab1078a1656306bce8909c19887e2e5a1
|
||||
|
||||
fetch_cmd="wget --no-check-certificate"
|
||||
|
||||
do_build() {
|
||||
sed -i -e 's|CFLAGS=|CFLAGS+=|g' -e 's|-shared|& $(LDFLAGS)|g' Makefile
|
||||
make CC="$CC" LD="$LD" AR="$AR" RANLIB="$RANLIB" ${makejobs}
|
||||
|
|
Loading…
Add table
Reference in a new issue