diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2008-01-17 20:02:00 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2008-01-17 20:02:00 +0000 |
commit | c71f767b1aa54c0c944c27b5620bacf14b5391dd (patch) | |
tree | 6336d3e2857ef9f38676aae8142f7da81c74742b /games-puzzle/wmpuzzle/wmpuzzle-0.5.0.ebuild | |
parent | Dropped ppc-macos keyword, see you in prefix (diff) | |
download | historical-c71f767b1aa54c0c944c27b5620bacf14b5391dd.tar.gz historical-c71f767b1aa54c0c944c27b5620bacf14b5391dd.tar.bz2 historical-c71f767b1aa54c0c944c27b5620bacf14b5391dd.zip |
Initial commit. Ebuild by Kenneth Prugh a.k.a. Ken69267
Package-Manager: portage-2.1.4
Diffstat (limited to 'games-puzzle/wmpuzzle/wmpuzzle-0.5.0.ebuild')
-rw-r--r-- | games-puzzle/wmpuzzle/wmpuzzle-0.5.0.ebuild | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/games-puzzle/wmpuzzle/wmpuzzle-0.5.0.ebuild b/games-puzzle/wmpuzzle/wmpuzzle-0.5.0.ebuild new file mode 100644 index 000000000000..9bb3453f7ef8 --- /dev/null +++ b/games-puzzle/wmpuzzle/wmpuzzle-0.5.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/wmpuzzle/wmpuzzle-0.5.0.ebuild,v 1.1 2008/01/17 20:01:59 drac Exp $ + +inherit eutils games + +DESCRIPTION="wmpuzzle provides a 4x4 puzzle on a 64x64 mini window" +HOMEPAGE="http://freshmeat.net/projects/wmpuzzle" +SRC_URI="http://people.debian.org/~godisch/debian/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="x11-libs/libXpm + x11-libs/libXext + x11-libs/libX11" +DEPEND="${RDEPEND} + x11-proto/xextproto" + +S=${WORKDIR}/${P}/src + +src_install() { + dogamesbin ${PN} || die "dogamesbin failed." + + dodoc ../{CHANGES,README} + newicon linux.xpm ${PN}.xpm + doman ${PN}.6 + make_desktop_entry ${PN} ${PN} ${PN} + + prepgamesdirs +} |