Files
sablink-distro/dev-python/pyblock/pyblock-0.31.ebuild
T
lxnay 6fd1740eb2 dev-python/pyblock: new ebuild
git-svn-id: http://svn.sabayonlinux.org/overlay@2445 d7aec97c-591d-0410-af39-a8856400b30a
2008-07-08 16:34:57 +00:00

32 lines
658 B
Bash

# Copyright 2004-2008 Sabayon Linux
# Distributed under the terms of the GNU General Public License v2
inherit eutils
DESCRIPTION="Python modules for dealing with block devices"
HOMEPAGE="http://www.redhat.com"
SRC_URI="http://www.sabayonlinux.org/distfiles/dev-python/${P}.tar.bz2"
IUSE=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
RESTRICT="nomirror"
RDEPEND=">=dev-lang/python-2.4
sys-fs/dmraid
>=sys-fs/device-mapper-1.02.17
sys-devel/gettext
sys-libs/zlib
"
DEPEND="${RDEPEND}"
src_compile() {
cd "${S}"
emake USESELINUX=0 || die "make failed"
}
src_install() {
emake DESTDIR="${D}" install || die "make install failed"
}