MY_PV=${PV/_/-}
SRC_URI="https://download.aircrack-ng.org/${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~ppc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
- S="${WORKDIR}/${PN}-${MY_PV}"
fi
LICENSE="GPL-2"
sys-apps/hwids
airdrop-ng? ( net-wireless/lorcon[python,${PYTHON_USEDEP}] )"
-REQUIRED_USE="airdrop-ng? ( ${PYTHON_REQUIRED_USE} )
- airgraph-ng? ( ${PYTHON_REQUIRED_USE} )"
-
-pkg_setup() {
- MAKE_COMMON=(
- CC="$(tc-getCC)" \
- CXX="$(tc-getCXX)" \
- AR="$(tc-getAR)" \
- LD="$(tc-getLD)" \
- RANLIB="$(tc-getRANLIB)" \
- DESTDIR="${ED}"
- )
-}
+REQUIRED_USE="
+ airdrop-ng? ( ${PYTHON_REQUIRED_USE} )
+ airgraph-ng? ( ${PYTHON_REQUIRED_USE} )
+"
+
+PATCHES=(
+ "${FILESDIR}/${P}-8812au.patch"
+)
src_prepare() {
- eapply "${FILESDIR}/${P}-8812au.patch"
- eapply_user
+ default
eautoreconf
}
src_configure() {
econf \
--disable-asan \
- $(use_enable netlink libnl) \
- $(use_with experimental) \
- $(use_with sqlite sqlite3) \
--enable-shared \
--disable-static \
- --without-opt
+ --without-opt \
+ $(use_enable netlink libnl) \
+ $(use_with experimental) \
+ $(use_with sqlite sqlite3)
}
src_compile() {
filter-flags -frecord-gcc-switches
fi
- emake "${MAKE_COMMON[@]}"
+ default
if use airgraph-ng; then
cd "${S}/scripts/airgraph-ng"
fi
}
-src_test() {
- emake "${MAKE_COMMON[@]}" check
-}
-
src_install() {
- einstalldocs
- emake "${MAKE_COMMON[@]}" install
+ default
if use airgraph-ng; then
cd "${S}/scripts/airgraph-ng"
distutils-r1_src_install
fi
- #we don't need aircrack-ng's oui updater, we have our own
+ # we don't need aircrack-ng's oui updater, we have our own
rm "${ED}"/usr/sbin/airodump-ng-oui-update
}
MY_PV=${PV/_/-}
SRC_URI="https://download.aircrack-ng.org/${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~ppc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
- S="${WORKDIR}/${PN}-${MY_PV}"
fi
LICENSE="GPL-2"
sys-apps/hwids
airdrop-ng? ( net-wireless/lorcon[python,${PYTHON_USEDEP}] )"
-REQUIRED_USE="airdrop-ng? ( ${PYTHON_REQUIRED_USE} )
- airgraph-ng? ( ${PYTHON_REQUIRED_USE} )"
-
-pkg_setup() {
- MAKE_COMMON=(
- CC="$(tc-getCC)" \
- CXX="$(tc-getCXX)" \
- AR="$(tc-getAR)" \
- LD="$(tc-getLD)" \
- RANLIB="$(tc-getRANLIB)" \
- DESTDIR="${ED}"
- )
-}
+REQUIRED_USE="
+ airdrop-ng? ( ${PYTHON_REQUIRED_USE} )
+ airgraph-ng? ( ${PYTHON_REQUIRED_USE} )
+"
src_prepare() {
- eapply_user
+ default
eautoreconf
}
src_configure() {
econf \
--disable-asan \
- $(use_enable netlink libnl) \
- $(use_with experimental) \
- $(use_with sqlite sqlite3) \
--enable-shared \
--disable-static \
- --without-opt
+ --without-opt \
+ $(use_enable netlink libnl) \
+ $(use_with experimental) \
+ $(use_with sqlite sqlite3)
}
src_compile() {
filter-flags -frecord-gcc-switches
fi
- emake "${MAKE_COMMON[@]}"
+ default
if use airgraph-ng; then
cd "${S}/scripts/airgraph-ng"
fi
}
-src_test() {
- emake "${MAKE_COMMON[@]}" check
-}
-
src_install() {
- einstalldocs
- emake "${MAKE_COMMON[@]}" install
+ default
if use airgraph-ng; then
cd "${S}/scripts/airgraph-ng"
distutils-r1_src_install
fi
- #we don't need aircrack-ng's oui updater, we have our own
+ # we don't need aircrack-ng's oui updater, we have our own
rm "${ED}"/usr/sbin/airodump-ng-oui-update
}