summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gryniewicz <dang@gentoo.org>2006-05-18 13:18:39 +0000
committerDaniel Gryniewicz <dang@gentoo.org>2006-05-18 13:18:39 +0000
commitdb27b1a1d40938a37c22e3af466af1a4283bc774 (patch)
tree00575b291f331910db90009364bfa3b49f09af50 /app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-2.4.ebuild
parentCorrect quotes in faxrunq script (#133659). (diff)
downloadgentoo-2-db27b1a1d40938a37c22e3af466af1a4283bc774.tar.gz
gentoo-2-db27b1a1d40938a37c22e3af466af1a4283bc774.tar.bz2
gentoo-2-db27b1a1d40938a37c22e3af466af1a4283bc774.zip
Bump soundlibs with alsa 1.0.11
(Portage version: 2.1_rc1-r2)
Diffstat (limited to 'app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-2.4.ebuild')
-rw-r--r--app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-2.4.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-2.4.ebuild b/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-2.4.ebuild
new file mode 100644
index 000000000000..dee3bae2bfcd
--- /dev/null
+++ b/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-2.4.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-2.4.ebuild,v 1.1 2006/05/18 13:18:39 dang Exp $
+
+DESCRIPTION="Sound libraries for emulation of 32bit x86 on amd64"
+HOMEPAGE="http://www.gentoo.org/"
+SRC_URI="mirror://gentoo/${P}.tar.bz2
+ http://dev.gentoo.org/~herbs/emul/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+IUSE=""
+
+RDEPEND=">=app-emulation/emul-linux-x86-baselibs-2.0
+ !<=app-emulation/emul-linux-x86-medialibs-1.1"
+
+S=${WORKDIR}
+
+RESTRICT="nostrip"
+
+src_install() {
+ cp -RPvf ${WORKDIR}/* ${D}/
+}