wireless_tools: enable build_pie/relro; move to bin.

This commit is contained in:
Juan RP 2015-03-18 18:07:56 +01:00
parent 2b1dc13f07
commit 843e0ca15c
1 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,8 @@
# Template file for 'wireless_tools'
pkgname=wireless_tools
version=29
revision=6
revision=7
build_pie=yes
wrksrc="${pkgname}.${version}"
short_desc="Set of tools allowing to manipulate the Wireless Extensions"
maintainer="Juan RP <xtraeme@gmail.com>"
@ -16,7 +17,7 @@ do_build() {
}
do_install() {
make INSTALL_DIR=${DESTDIR}/usr/sbin INSTALL_LIB=${DESTDIR}/usr/lib \
make INSTALL_DIR=${DESTDIR}/usr/bin INSTALL_LIB=${DESTDIR}/usr/lib \
INSTALL_INC=${DESTDIR}/usr/include \
INSTALL_MAN=${DESTDIR}/usr/share/man install
}