Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 305159 Details for
Bug 408013
dev-python/netzob - Network protocol modelization by reverse engineering
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
nfqueue-bindings 0.3 ebuild
nfqueue-bindings-0.3.ebuild (text/plain), 1.91 KB, created by
Alexandre PIGNÉ
on 2012-03-13 10:53:48 UTC
(
hide
)
Description:
nfqueue-bindings 0.3 ebuild
Filename:
MIME Type:
Creator:
Alexandre PIGNÉ
Created:
2012-03-13 10:53:48 UTC
Size:
1.91 KB
patch
obsolete
># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=2 >inherit cmake-utils perl-module linux-info > > >DESCRIPTION="nfqueue-bindings is a set of high-level modules for several >languages (Python and Perl, for the moment), for libnetfilter_queue" >HOMEPAGE="http://software.inl.fr/trac/wiki/nfqueue-bindings" >SRC_URI="https://www.wzdftpd.net/redmine/attachments/download/59/${P}.tar.gz" > >KEYWORDS="~x86 ~amd64" >SLOT="0" >LICENSE="GPL-3" >IUSE="perl python examples" > >DEPEND="python? ( > dev-lang/python > dev-python/dpkt > ) > perl? ( dev-lang/perl ) > net-libs/libnetfilter_queue > dev-lang/swig" > >pkg_setup() { > # At least one of Python or Perl must be selected > useq python || useq perl || die "At least one supported language must be selected." > # Check kernel configuration for NFQUEUE > if linux_config_exists; then > ebegin "Checking NETFILTER_NETLINK_QUEUE support" > linux_chkconfig_present NETFILTER_NETLINK_QUEUE > eend $? || \ > eerror 'Netfilter NFQUEUE over NFNETLINK interface support not found!' > ebegin "Checking NETFILTER_XT_TARGET_NFQUEUE support" > linux_chkconfig_present NETFILTER_XT_TARGET_NFQUEUE > eend $? || \ > eerror '"NFQUEUE" target Support not found!' > fi >} > >src_unpack() { > unpack ${A} > perl_set_version > # Fix include Perl search directory > sed -i "/SET[[:space:]]*([[:space:]]*PERL_POSSIBLE_INCLUDE_PATHS/a\ ${ARCH_LIB}/CORE" ${P}/FindPerlLibs2.cmake > # Fix Perl destination directory > sed -i "/DESTINATION/s#\(perl\${PERL_VERSION}\)#\1/site_perl/${PERL_VERSION}/${ARCH_LIB##*/}#g" ${P}/perl/CMakeLists.txt > # Disable Perl/Python from USE flags > useq perl || sed -i '/ADD_SUBDIRECTORY[[:space:]]*([[:space:]]*perl[[:space:]]*)/s/^/#/g' ${P}/CMakeLists.txt > useq python || sed -i '/ADD_SUBDIRECTORY[[:space:]]*([[:space:]]*python[[:space:]]*)/s/^/#/g' ${P}/CMakeLists.txt >} > >src_install() { > emake DESTDIR="${D}" install PREFIX=/usr || die > docinto examples > useq examples && dodoc examples/* >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 408013
:
305147
|
305149
|
305151
|
305153
|
305155
|
305157
| 305159 |
306995