games-puzzle/wmpuzzle - 0.5.3 (gentoo)

Search

Package Information

Description:
4x4 puzzle on a 64x64 mini window
Homepage:
https://people.debian.org/~godisch/wmpuzzle/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
0.5.3 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit desktop xdg

DESCRIPTION="4x4 puzzle on a 64x64 mini window"
HOMEPAGE="https://people.debian.org/~godisch/wmpuzzle/"
SRC_URI="https://people.debian.org/~godisch/wmpuzzle/${P}.tar.gz"
S="${WORKDIR}/${P}/src"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="x11-libs/libX11
	x11-libs/libXext
	x11-libs/libXpm"
DEPEND="${RDEPEND}"

src_install() {
	dobin ${PN}

	dodoc ../{CHANGES,README}
	newicon -s 48 numbers.xpm ${PN}.xpm
	doman ${PN}.6
	make_desktop_entry ${PN}
}

Dependencies

DEPEND

x11-libs/libX11
	x11-libs/libXext
	x11-libs/libXpm

RDEPEND

x11-libs/libX11
	x11-libs/libXext
	x11-libs/libXpm

Manifest for 0.5.3

Type File Size Source URLs
DIST wmpuzzle-0.5.3.tar.gz 117479 bytes https://people.debian.org/~godisch/wmpuzzle/wmpuzzle-0.5.3.tar.gz