diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-12-08 13:56:22 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-12-08 13:56:22 +0000 |
commit | dd0e137aec552b0e94f1174c8d556a1c29afb9bd (patch) | |
tree | 2ffc38a40ac6f336bb45184d3e86aa2a33573767 /app-emulation/emul-linux-x86-soundlibs | |
parent | emul-linux-x86-soundlibs-1.0-r1.ebuild (diff) | |
download | gentoo-2-dd0e137aec552b0e94f1174c8d556a1c29afb9bd.tar.gz gentoo-2-dd0e137aec552b0e94f1174c8d556a1c29afb9bd.tar.bz2 gentoo-2-dd0e137aec552b0e94f1174c8d556a1c29afb9bd.zip |
Added aoss32 script.
Diffstat (limited to 'app-emulation/emul-linux-x86-soundlibs')
-rw-r--r-- | app-emulation/emul-linux-x86-soundlibs/ChangeLog | 8 | ||||
-rw-r--r-- | app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-1.0-r1.ebuild | 22 |
2 files changed, 29 insertions, 1 deletions
diff --git a/app-emulation/emul-linux-x86-soundlibs/ChangeLog b/app-emulation/emul-linux-x86-soundlibs/ChangeLog index e0487332517c..f964aa217800 100644 --- a/app-emulation/emul-linux-x86-soundlibs/ChangeLog +++ b/app-emulation/emul-linux-x86-soundlibs/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-emulation/emul-linux-x86-soundlibs # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog,v 1.1 2004/09/11 12:15:39 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog,v 1.2 2004/12/08 13:56:22 eradicator Exp $ + +*emul-linux-x86-soundlibs-1.0-r1 (08 Dec 2004) + + 08 Dec 2004; Jeremy Huddleston <eradicator@gentoo.org> + +emul-linux-x86-soundlibs-1.0-r1.ebuild: + Added aoss32 script. *emul-linux-x86-soundlibs-1.0 (11 Sep 2004) diff --git a/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-1.0-r1.ebuild b/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-1.0-r1.ebuild new file mode 100644 index 000000000000..ff93bdbab872 --- /dev/null +++ b/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-1.0-r1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2004 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-1.0-r1.ebuild,v 1.1 2004/12/08 13:56:22 eradicator Exp $ + +DESCRIPTION="Sound libraries for emulation of 32bit x86 on amd64" +HOMEPAGE="http://www.gentoo.org/" +SRC_URI="mirror://gentoo/distfiles/emul-linux-x86-soundlibs-${PV}.tar.bz2 + http://dev.gentoo.org/~kugelfang/distfiles/emul-linux-x86-soundlibs-${PV}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="=app-emulation/emul-linux-x86-glibc-1*" + +S=${WORKDIR} + +src_install() { + cp -aRpvf ${WORKDIR}/* ${D}/ + dobin ${FILESDIR}/aoss32 +} |