mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-27 09:11:00 +02:00
autoscan-network: bumped to 1.50, testers needed!
This commit is contained in:
parent
c197f2e83c
commit
2cae39d066
2 changed files with 12 additions and 4 deletions
|
|
@ -1,3 +1,3 @@
|
|||
AUX nessus_callback_fix.patch 1623 RMD160 c1a8cfca3595154e33444a7f3b81730c99c4c27b SHA1 cc96364cf25a59d41492602841cdb5d66976b6ad SHA256 7372a1beadfd8bc918c385d9bdeb5094920353af0fa37f6ac1125df41ed7b4e4
|
||||
DIST autoscan-network-1.42.tar.gz 1040098 RMD160 a05ee3a13a71e6400e7fe062336c18e349e3333b SHA1 26724953fa23b3d4b1e147a53e691efd3df09977 SHA256 fbc28b037ce58f79c2e5daa65ab6bd19d0f546fcabebc2c486a8792bee06f642
|
||||
EBUILD autoscan-network-1.42.ebuild 1755 RMD160 bfe156460b290a5272319bfa5fd9cbb90bcdc23b SHA1 1894caf3b2ef392dd20548659c0f1c7353150e5e SHA256 6fb64277f024c140e62ca31d7bfe9d112a18d8a734b620faf589f4ca457928f1
|
||||
DIST autoscan-network-1.50.tar.gz 1025240 RMD160 0ac307df5778397072efca228a46f0496e4adb02 SHA1 95b3430b6d9c0987fbd66d6b0af9821ee22dc607 SHA256 7358353b71ca4d00d1e8912c9e8f97a9d14aa44dda07649c9293c29530c4da01
|
||||
EBUILD autoscan-network-1.50.ebuild 1801 RMD160 9a86b6d8f1556abb405cb74bd47d53e4214bb5b1 SHA1 a8f463f69a91088788fc90ecc8f6ac55f6c55ddd SHA256 82ebaec5129f5d43cc9ace4175011e8f14e8422b16e508d075dd0fa3d5956984
|
||||
|
|
|
|||
|
|
@ -2,6 +2,8 @@
|
|||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=2
|
||||
|
||||
inherit gnome2 eutils
|
||||
|
||||
DESCRIPTION="Utility for network exploration with Samba support."
|
||||
|
|
@ -33,8 +35,11 @@ RDEPEND="net-analyzer/nmap
|
|||
DEPEND="${RDEPEND}
|
||||
dev-util/pkgconfig"
|
||||
|
||||
src_compile() {
|
||||
epatch "${FILESDIR}/nessus_callback_fix.patch"
|
||||
src_prepare() {
|
||||
sed -i 's| curl| libcurl|g' configure || die
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
if use samba; then
|
||||
sed -i -e '/MODULE_SAMBA=/ s/disable/enable/g' configure
|
||||
fi
|
||||
|
|
@ -60,5 +65,8 @@ src_compile() {
|
|||
sed -i -e '/MODULE_CONSOLE=/ s/enable/disable/g' configure
|
||||
fi
|
||||
./configure --distrib-gentoo || die "Configure failed"
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake || die "emake failed"
|
||||
}
|
||||
Loading…
Reference in a new issue