diff options
author | Herbie Hopkins <herbs@gentoo.org> | 2005-12-06 22:06:27 +0000 |
---|---|---|
committer | Herbie Hopkins <herbs@gentoo.org> | 2005-12-06 22:06:27 +0000 |
commit | 2123a1f7416082408b310c0ebee39d8e82e76884 (patch) | |
tree | 4fb3e5492a8a51bf6b33e5f05d3aa0130a0ac268 /app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-2.3.ebuild | |
parent | Bump with newer alsa libs fixing #114426 (diff) | |
download | historical-2123a1f7416082408b310c0ebee39d8e82e76884.tar.gz historical-2123a1f7416082408b310c0ebee39d8e82e76884.tar.bz2 historical-2123a1f7416082408b310c0ebee39d8e82e76884.zip |
Bump with added sdl-net libs fixing #114575
Package-Manager: portage-2.0.53
Diffstat (limited to 'app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-2.3.ebuild')
-rw-r--r-- | app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-2.3.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-2.3.ebuild b/app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-2.3.ebuild new file mode 100644 index 000000000000..f5997adf5719 --- /dev/null +++ b/app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-2.3.ebuild @@ -0,0 +1,21 @@ +# 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-sdl/emul-linux-x86-sdl-2.3.ebuild,v 1.1 2005/12/06 22:06:27 herbs Exp $ + +DESCRIPTION="32bit SDL emulation for amd64" +SRC_URI="mirror://gentoo/${P}.tar.bz2 + http://dev.gentoo.org/~herbs/emul/${P}.tar.bz2" +HOMEPAGE="http://www.gentoo.org/" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="-* ~amd64" +IUSE="" + +DEPEND="virtual/libc + >=app-emulation/emul-linux-x86-soundlibs-2.0 + >=app-emulation/emul-linux-x86-xlibs-2.0" + +src_install() { + cp -RPvf ${WORKDIR}/* ${D}/ +} |