summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHerbie Hopkins <herbs@gentoo.org>2005-12-06 22:01:57 +0000
committerHerbie Hopkins <herbs@gentoo.org>2005-12-06 22:01:57 +0000
commit525dca739daea552980b33ec5845527d301d526b (patch)
treeba1108b594c6262384b8f387be6d847feee79c0f /app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-2.3.ebuild
parentBump with newer qt libs. (diff)
downloadgentoo-2-525dca739daea552980b33ec5845527d301d526b.tar.gz
gentoo-2-525dca739daea552980b33ec5845527d301d526b.tar.bz2
gentoo-2-525dca739daea552980b33ec5845527d301d526b.zip
Bump with newer alsa libs fixing #114426
(Portage version: 2.0.53)
Diffstat (limited to 'app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-2.3.ebuild')
-rw-r--r--app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-2.3.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-2.3.ebuild b/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-2.3.ebuild
new file mode 100644
index 000000000000..39e1bb6baf1a
--- /dev/null
+++ b/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-2.3.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2005 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.3.ebuild,v 1.1 2005/12/06 22:01:57 herbs 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}
+
+src_install() {
+ cp -RPvf ${WORKDIR}/* ${D}/
+}