summaryrefslogtreecommitdiff
blob: 55a455e4725c1c55256aeaef68b5d9f467763e18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyzzub/pyzzub-0.2.3.ebuild,v 1.2 2007/04/19 13:35:31 hanno Exp $

inherit distutils

DESCRIPTION="Python bindings for libzzub"
HOMEPAGE="http://trac.zeitherrschaft.org/zzub/"
SRC_URI="mirror://sourceforge/aldrin/libzzub-${PV}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""

S=${WORKDIR}/libzzub-${PV}/src/${PN}/

DEPEND="media-libs/libzzub
	|| ( dev-python/ctypes >=dev-lang/python-2.5 )"