You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/pyclamav/pyclamav-0.4.1-r1.ebuild

37 lines
891 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclamav/pyclamav-0.4.1-r1.ebuild,v 1.6 2012/03/13 02:54:16 floppym Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.* *-jython *-pypy-*"
inherit distutils eutils
DESCRIPTION="Python binding for libclamav"
HOMEPAGE="http://xael.org/norman/python/pyclamav/ http://pypi.python.org/pypi/pyclamav"
SRC_URI="http://xael.org/norman/python/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc x86"
IUSE=""
DEPEND=">=app-antivirus/clamav-0.90"
RDEPEND="${DEPEND}"
src_prepare() {
distutils_src_prepare
# Patch from Debian to build w/ >=clamav-0.95
epatch "${FILESDIR}/${P}-clamav-0.95.patch"
}
src_install() {
distutils_src_install
insinto /usr/share/doc/${PF}
doins example.py
}