summaryrefslogtreecommitdiff
blob: eeeeb754b745d617b5ccccc8462c4f57ef468618 (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
28
29
30
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/python-selinux/python-selinux-2.16-r2.ebuild,v 1.2 2006/03/22 22:49:43 pebenito Exp $

inherit python

DESCRIPTION="Extra python bindings for SELinux functions"
HOMEPAGE="http://www.gentoo.org/proj/en/hardened/selinux/"
LICENSE="GPL-2"
SLOT="0"
SRC_URI="mirror://gentoo/${P}-1.tar.bz2"

KEYWORDS="alpha amd64 mips ppc sparc x86"
IUSE=""

DEPEND="dev-lang/python
	>=sys-libs/libselinux-1.28-r1"

S=${WORKDIR}/${PN}

src_compile() {
	cd ${S}
	python_version
	emake
}

src_install() {
	python_version
	make DESTDIR="${D}" install
}