diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2010-02-13 23:33:02 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2010-02-13 23:33:02 +0000 |
commit | 649faf1966a72976e374f298fb788acab8a28ce8 (patch) | |
tree | 3a1777af33d3684671cdbfb0ec89c43ec9eae166 /games-emulation/lxdream | |
parent | old (diff) | |
download | gentoo-2-649faf1966a72976e374f298fb788acab8a28ce8.tar.gz gentoo-2-649faf1966a72976e374f298fb788acab8a28ce8.tar.bz2 gentoo-2-649faf1966a72976e374f298fb788acab8a28ce8.zip |
Initial import for bug #202989
(Portage version: 2.1.7.17/cvs/Linux x86_64)
Diffstat (limited to 'games-emulation/lxdream')
-rw-r--r-- | games-emulation/lxdream/ChangeLog | 10 | ||||
-rw-r--r-- | games-emulation/lxdream/lxdream-0.9.1.ebuild | 47 | ||||
-rw-r--r-- | games-emulation/lxdream/metadata.xml | 10 |
3 files changed, 67 insertions, 0 deletions
diff --git a/games-emulation/lxdream/ChangeLog b/games-emulation/lxdream/ChangeLog new file mode 100644 index 000000000000..979b77bc990f --- /dev/null +++ b/games-emulation/lxdream/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for games-emulation/lxdream +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/lxdream/ChangeLog,v 1.1 2010/02/13 23:33:02 chithanh Exp $ + +*lxdream-0.9.1 (13 Feb 2010) + + 13 Feb 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +lxdream-0.9.1.ebuild, +metadata.xml: + Initial import for bug #202989 + diff --git a/games-emulation/lxdream/lxdream-0.9.1.ebuild b/games-emulation/lxdream/lxdream-0.9.1.ebuild new file mode 100644 index 000000000000..1382baae8e8f --- /dev/null +++ b/games-emulation/lxdream/lxdream-0.9.1.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/lxdream/lxdream-0.9.1.ebuild,v 1.1 2010/02/13 23:33:02 chithanh Exp $ + +EAPI="2" + +inherit eutils games + +DESCRIPTION="An emulator for the Sega Dreamcast system" +HOMEPAGE="http://www.lxdream.org/" +SRC_URI="http://www.lxdream.org/count.php?file=${P}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug esd profile pulseaudio sdl" + +RDEPEND="media-libs/alsa-lib + media-libs/libpng + esd? ( media-sound/esound ) + pulseaudio? ( media-sound/pulseaudio ) + sdl? ( media-libs/libsdl ) + virtual/opengl + x11-libs/gtk+:2" + +DEPEND="${RDEPEND} + dev-util/pkgconfig + sys-devel/gettext + virtual/os-headers" + +src_configure() { + econf \ + $(use_enable debug trace) \ + $(use_enable debug watch) \ + $(use_enable profile profiled) \ + $(use_with esd) \ + $(use_with pulseaudio pulse) \ + $(use_with sdl) +} + +src_install() { + emake DESTDIR="${D}" install || die "install failed" + dodoc ChangeLog NEWS README || die "dodoc failed" + doicon pixmaps/${PN}.png || die "doicon failed" + domenu ${PN}.desktop || die "domenu failed" + prepgamesdirs +} diff --git a/games-emulation/lxdream/metadata.xml b/games-emulation/lxdream/metadata.xml new file mode 100644 index 000000000000..32d9f17722ef --- /dev/null +++ b/games-emulation/lxdream/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>games</herd> + <maintainer> + <email>chithanh@gentoo.org</email> + <name>Chí-Thanh Christopher Nguyễn</name> + </maintainer> +</pkgmetadata> + |