diff options
Diffstat (limited to 'dev-python/pyalsa/pyalsa-1.0.17.ebuild')
-rw-r--r-- | dev-python/pyalsa/pyalsa-1.0.17.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-python/pyalsa/pyalsa-1.0.17.ebuild b/dev-python/pyalsa/pyalsa-1.0.17.ebuild new file mode 100644 index 000000000000..589bc3a9981e --- /dev/null +++ b/dev-python/pyalsa/pyalsa-1.0.17.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyalsa/pyalsa-1.0.17.ebuild,v 1.1 2008/12/12 03:57:13 beandog Exp $ + +inherit distutils + +DESCRIPTION="Python Bindings for Alsa lib" +HOMEPAGE="http://alsa-project.org/" +SRC_URI="mirror://alsaproject/driver/${P}.tar.bz2" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="media-libs/alsa-lib" + +src_install() { + distutils_src_install +} |