summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'netzob-0.3.1.ebuild')
-rw-r--r--netzob-0.3.1.ebuild25
1 files changed, 9 insertions, 16 deletions
diff --git a/netzob-0.3.1.ebuild b/netzob-0.3.1.ebuild
index 0dae41a..fcda0c7 100644
--- a/netzob-0.3.1.ebuild
+++ b/netzob-0.3.1.ebuild
@@ -16,13 +16,14 @@ SLOT="0"
KEYWORD="~x86"
IUSE="doc"
-RDEPEND=">=dev-python/ptrace-0.4.1
+RDEPEND=">=dev-python/python-ptrace-0.4.1
app-misc/hachoir-subfile
dev-python/matplotlib
dev-util/strace
sys-process/lsof
>=dev-python/lxml-2.3
dev-python/bitarray
+ dev-python/impacket
net-libs/nfqueue-bindings[python]"
# python-pcapy
DEPEND="${RDEPEND}
@@ -31,23 +32,15 @@ DEPEND="${RDEPEND}
RESTRICT_PYTHON_ABIS="3.*"
S="${WORKDIR}/${MY_P}"
-DOCS="README.txt AUTHORS.txt NEWS.txt COPYING.txt PKG-INFO.txt"
-
-pkg_setup() {
- python_pkg_setup
-}
+DOCS="README.txt AUTHORS.txt NEWS.txt COPYING.txt"
src_compile() {
distutils_src_compile
-# if use doc; then
-# einfo "Generation of documentation"
-# pushd docs >/dev/null
-# emake html || die "Generation of documentation failed"
-# popd >/dev/null
-# fi
-}
-
-src_install() {
- distutils_src_install
+ if use doc; then
+ einfo "Generation of documentation"
+ pushd docs >/dev/null
+ #emake html || die "Generation of documentation failed"
+ popd >/dev/null
+ fi
}