summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-20110928.ebuild')
-rw-r--r--app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-20110928.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-20110928.ebuild b/app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-20110928.ebuild
new file mode 100644
index 000000000000..7c2fc1cf0595
--- /dev/null
+++ b/app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-20110928.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2011 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-20110928.ebuild,v 1.1 2011/09/28 14:01:26 pacho Exp $
+
+EAPI="4"
+
+inherit emul-linux-x86
+
+LICENSE="LGPL-2 LGPL-2.1"
+KEYWORDS="-* ~amd64"
+IUSE="pulseaudio"
+
+SRC_URI="${SRC_URI}
+ !pulseaudio? ( http://dev.gentoo.org/~pacho/emul-linux-x86-${PV}/libsdl-1.2.14-r6_${PV}.tbz2 )"
+
+DEPEND=""
+RDEPEND="~app-emulation/emul-linux-x86-xlibs-${PV}
+ ~app-emulation/emul-linux-x86-baselibs-${PV}
+ ~app-emulation/emul-linux-x86-soundlibs-${PV}[pulseaudio?]
+ ~app-emulation/emul-linux-x86-medialibs-${PV}"