mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
games-board/mah-jong: Remove old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
This commit is contained in:
@@ -1,46 +0,0 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
inherit eutils toolchain-funcs games
|
||||
|
||||
MY_P="mj-${PV}-src"
|
||||
DESCRIPTION="A networked Mah Jong program, together with a computer player"
|
||||
HOMEPAGE="http://www.stevens-bradfield.com/MahJong/"
|
||||
SRC_URI="http://mahjong.julianbradfield.org/Source/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="x11-libs/gtk+:2"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-lang/perl"
|
||||
|
||||
S=${WORKDIR}/${MY_P}
|
||||
|
||||
src_prepare() {
|
||||
sed -i -e '/^.TH/ s/1/6/' xmj.man || die
|
||||
sed -i \
|
||||
-e "/^DESTDIR =/ s:=.*:= ${D}:" \
|
||||
-e "/^BINDIR =/ s:=.*:= ${GAMES_BINDIR}:" \
|
||||
-e '/^MANDIR =/ s:man/man1:/usr/share/man/man6:' \
|
||||
-e '/^MANSUFFIX =/ s:1:6:' \
|
||||
-e "/^CC =/ s:gcc:$(tc-getCC):" \
|
||||
-e "/^CFLAGS =/ s:=:= ${CFLAGS}:" \
|
||||
-e "/^LDLIBS =/ s:$:${LDFLAGS}:" \
|
||||
-e '/^INSTPGMFLAGS =/ s:-s::' \
|
||||
-e '/^CDEBUGFLAGS =/d' \
|
||||
-e "/^TILESETPATH=/ s:NULL:\"${GAMES_DATADIR}/${PN}/\":" Makefile || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake install install.man
|
||||
insinto "${GAMES_DATADIR}/${PN}"
|
||||
doins -r fallbacktiles/ tiles-numbered/ tiles-small/
|
||||
newicon tiles-v1/tongE.xpm ${PN}.xpm
|
||||
make_desktop_entry xmj Mah-Jong ${PN}
|
||||
dodoc CHANGES ChangeLog *.txt
|
||||
prepgamesdirs
|
||||
}
|
||||
Reference in New Issue
Block a user