mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 09:22:57 +02:00
wireless_tools: rebuild for metadata
This commit is contained in:
parent
17529bf2d6
commit
864b443d29
1 changed files with 6 additions and 4 deletions
|
@ -1,14 +1,16 @@
|
||||||
# Template file for 'wireless_tools'
|
# Template file for 'wireless_tools'
|
||||||
pkgname=wireless_tools
|
pkgname=wireless_tools
|
||||||
version=29
|
version=29
|
||||||
revision=8
|
revision=9
|
||||||
wrksrc="${pkgname}.${version}"
|
wrksrc="wireless_tools.${version}"
|
||||||
|
hostmakedepends="wget"
|
||||||
short_desc="Set of tools allowing to manipulate the Wireless Extensions"
|
short_desc="Set of tools allowing to manipulate the Wireless Extensions"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html"
|
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/$pkgname.$version.tar.gz"
|
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"
|
||||||
checksum=6fb80935fe208538131ce2c4178221bab1078a1656306bce8909c19887e2e5a1
|
checksum=6fb80935fe208538131ce2c4178221bab1078a1656306bce8909c19887e2e5a1
|
||||||
|
XBPS_FETCH_CMD="wget --no-check-certificate"
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
sed -i -e 's|CFLAGS=|CFLAGS+=|g' -e 's|-shared|& $(LDFLAGS)|g' Makefile
|
sed -i -e 's|CFLAGS=|CFLAGS+=|g' -e 's|-shared|& $(LDFLAGS)|g' Makefile
|
||||||
|
|
Loading…
Add table
Reference in a new issue