# packages/wireless-tools/auxbuild
#

# download and unpack tarball
TARVERSION="29"
TARDIR="wireless_tools.${TARVERSION}"
TARBALL="${TARDIR}.tar.gz"
build_download "http://mirrors.kernel.org/gentoo/distfiles/${TARBALL}"
build_unpack "${TARBALL}"
PKGDIR="${TARDIR}"

# run make, make install (directory, extra arguments)
build_make "${PKGDIR}" "CC=${ARCH_CC_PREFIX}gcc"
build_make "${PKGDIR}" "PREFIX=${BUILDROOT}/usr" "install"

true
# vim: ts=4:sw=4:expandtab:syntax=sh
