summaryrefslogtreecommitdiff
blob: e64c4b0248fa7165372e62f71b9e84ab3ca28e9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: Exp $

EAPI="4"
SUPPORT_PYTHON_ABIS="1"

inherit distutils

DESCRIPTION="${PN}"
HOMEPAGE="http://pyffi.sourceforge.net/"
SRC_URI="mirror://sourceforge/project/pyffi/pyffi/2.1.11/PyFFI-2.1.11.cefd181.tar.bz2"

LICENSE=""
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND=""
DEPEND="dev-python/setuptools"

S="${WORKDIR}/PyFFI-2.1.11"

src_install() {
	distutils_src_install
	rm -r ${D}/usr/bin
}