diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-03-10 17:58:26 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-03-10 17:58:26 +0000 |
commit | b5fa088f4683e49fd089da020fd46cc0a79b809a (patch) | |
tree | 278825b53783d13b8f1ab4861fbd6da27c1ee6bf /games-util/deutex/deutex-4.4.0.ebuild | |
parent | Delete needless call to python_version(). (diff) | |
download | gentoo-2-b5fa088f4683e49fd089da020fd46cc0a79b809a.tar.gz gentoo-2-b5fa088f4683e49fd089da020fd46cc0a79b809a.tar.bz2 gentoo-2-b5fa088f4683e49fd089da020fd46cc0a79b809a.zip |
Initial commit - ebuild submitted by Marcel Schmedes via bug #275323
(Portage version: 2.1.7.17/cvs/Linux i686)
Diffstat (limited to 'games-util/deutex/deutex-4.4.0.ebuild')
-rw-r--r-- | games-util/deutex/deutex-4.4.0.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/games-util/deutex/deutex-4.4.0.ebuild b/games-util/deutex/deutex-4.4.0.ebuild new file mode 100644 index 000000000000..0ab3ed497b9d --- /dev/null +++ b/games-util/deutex/deutex-4.4.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-util/deutex/deutex-4.4.0.ebuild,v 1.1 2010/03/10 17:58:25 mr_bones_ Exp $ + +EAPI=2 +inherit games + +DESCRIPTION="A wad composer for Doom, Heretic, Hexen and Strife" +HOMEPAGE="http://www.teaser.fr/~amajorel/deutex/" +SRC_URI="http://www.teaser.fr/~amajorel/deutex/${P}.tar.gz" + +LICENSE="GPL-2 LGPL-2 as-is" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +DEPEND="" + +PATCHES=( "${FILESDIR}"/${P}-makefile.patch ) + +src_install() { + dobin deusf deutex || die + doman deutex.6 + dodoc CHANGES README TODO +} |