diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2013-01-20 12:24:26 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2013-01-20 12:24:26 +0000 |
commit | a9d9c4200be31d2107ff337f22f2f04a9656a5bf (patch) | |
tree | 4fe1bf1c9ff5602c41ae7b47f9e095b00273ab2c /games-puzzle/wmpuzzle/wmpuzzle-0.5.1.ebuild | |
parent | bump; tests remain restricted, on testing both tests hang, test phase added b... (diff) | |
download | gentoo-2-a9d9c4200be31d2107ff337f22f2f04a9656a5bf.tar.gz gentoo-2-a9d9c4200be31d2107ff337f22f2f04a9656a5bf.tar.bz2 gentoo-2-a9d9c4200be31d2107ff337f22f2f04a9656a5bf.zip |
Version bump wrt #453120 by Agostino Sarubbo
(Portage version: 2.2.0_alpha155/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'games-puzzle/wmpuzzle/wmpuzzle-0.5.1.ebuild')
-rw-r--r-- | games-puzzle/wmpuzzle/wmpuzzle-0.5.1.ebuild | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/games-puzzle/wmpuzzle/wmpuzzle-0.5.1.ebuild b/games-puzzle/wmpuzzle/wmpuzzle-0.5.1.ebuild new file mode 100644 index 000000000000..0b3643e5d921 --- /dev/null +++ b/games-puzzle/wmpuzzle/wmpuzzle-0.5.1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/wmpuzzle/wmpuzzle-0.5.1.ebuild,v 1.1 2013/01/20 12:24:26 ssuominen Exp $ + +EAPI=5 +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/wmpuzzle/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="x11-libs/libX11 + x11-libs/libXext + x11-libs/libXpm" +DEPEND="${RDEPEND} + x11-proto/xextproto" + +S=${WORKDIR}/${P}/src + +src_install() { + dogamesbin ${PN} + + dodoc ../{CHANGES,README} + newicon numbers.xpm ${PN}.xpm + doman ${PN}.6 + make_desktop_entry ${PN} + + prepgamesdirs +} |