# Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=2 inherit cmake-utils 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="http://software.inl.fr/releases/nfqueue-bindings/${P}.tar.gz" KEYWORDS="~x86 ~amd64" SLOT="0" LICENSE="GPL-3" IUSE="" DEPEND="virtual/python net-libs/libnetfilter_queue dev-lang/swig" src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}/${PN}-noperl.diff" }