summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dibb <beandog@gentoo.org>2010-01-07 17:24:05 +0000
committerSteve Dibb <beandog@gentoo.org>2010-01-07 17:24:05 +0000
commitb7b1a3e98b011dec6ca351f396da80537c30f471 (patch)
tree8e96509343ddbc97053587a0f6502e754c3357aa /dev-python/pyalsa/pyalsa-1.0.22.ebuild
parentVersion bump, bug 297304 (diff)
downloadhistorical-b7b1a3e98b011dec6ca351f396da80537c30f471.tar.gz
historical-b7b1a3e98b011dec6ca351f396da80537c30f471.tar.bz2
historical-b7b1a3e98b011dec6ca351f396da80537c30f471.zip
Version bump, bug 297304
Package-Manager: portage-2.2_rc61/cvs/Linux x86_64
Diffstat (limited to 'dev-python/pyalsa/pyalsa-1.0.22.ebuild')
-rw-r--r--dev-python/pyalsa/pyalsa-1.0.22.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-python/pyalsa/pyalsa-1.0.22.ebuild b/dev-python/pyalsa/pyalsa-1.0.22.ebuild
new file mode 100644
index 000000000000..c34709ae1227
--- /dev/null
+++ b/dev-python/pyalsa/pyalsa-1.0.22.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyalsa/pyalsa-1.0.22.ebuild,v 1.1 2010/01/07 17:24:05 beandog Exp $
+
+inherit distutils
+
+DESCRIPTION="Python Bindings for Alsa lib"
+HOMEPAGE="http://alsa-project.org/"
+SRC_URI="mirror://alsaproject/pyalsa/${P}.tar.bz2"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="media-libs/alsa-lib"
+
+src_install() {
+ distutils_src_install
+}