diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-01-11 21:47:59 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-01-11 21:47:59 +0000 |
commit | 83b88d2f4ab4f57c7c70679b45e4f9d291ce9bf6 (patch) | |
tree | 262892894dfcf72661ca3579cbbfe425f6723d6e /games-board/mah-jong | |
parent | Initial port. Ebuild contributed by Matthew Kennedy <mkennedy@gentoo.org>. (diff) | |
download | gentoo-2-83b88d2f4ab4f57c7c70679b45e4f9d291ce9bf6.tar.gz gentoo-2-83b88d2f4ab4f57c7c70679b45e4f9d291ce9bf6.tar.bz2 gentoo-2-83b88d2f4ab4f57c7c70679b45e4f9d291ce9bf6.zip |
old
(Portage version: 2.0.53)
Diffstat (limited to 'games-board/mah-jong')
-rw-r--r-- | games-board/mah-jong/files/digest-mah-jong-1.6 | 1 | ||||
-rw-r--r-- | games-board/mah-jong/mah-jong-1.6.ebuild | 50 |
2 files changed, 0 insertions, 51 deletions
diff --git a/games-board/mah-jong/files/digest-mah-jong-1.6 b/games-board/mah-jong/files/digest-mah-jong-1.6 deleted file mode 100644 index 0e4a6444029e..000000000000 --- a/games-board/mah-jong/files/digest-mah-jong-1.6 +++ /dev/null @@ -1 +0,0 @@ -MD5 7fdce8dd6ec30de8f997da8f67942532 mj-1.6-src.tar.gz 304754 diff --git a/games-board/mah-jong/mah-jong-1.6.ebuild b/games-board/mah-jong/mah-jong-1.6.ebuild deleted file mode 100644 index 63a673d9336a..000000000000 --- a/games-board/mah-jong/mah-jong-1.6.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/mah-jong/mah-jong-1.6.ebuild,v 1.5 2004/06/24 22:19:21 agriffis Exp $ - -inherit games - -MY_P="mj-${PV}-src" -S="${WORKDIR}/${MY_P}" -DESCRIPTION="A networked Mah Jong program, together with a computer player" -HOMEPAGE="http://www.stevens-bradfield.com/MahJong/" -SRC_URI="http://www.stevens-bradfield.com/MahJong/Source/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 amd64" -IUSE="" - -RDEPEND="virtual/x11 - =x11-libs/gtk+-1.2*" -DEPEND="${RDEPEND} - dev-lang/perl - >=sys-apps/sed-4" - -src_unpack() { - unpack ${A} - cd ${S} - - sed -i \ - -e '/^.TH/ s/1/6/' xmj.man || \ - die "sed xmj.man failed" - 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 "/^CFLAGS =/ s:=:= ${CFLAGS}:" \ - -e "/^TILESETPATH=/ s:NULL:\"${GAMES_DATADIR}/${PN}/\":" Makefile || \ - die "sed Makefile failed" -} - -src_install() { - make install install.man || die "make install failed" - dodir ${GAMES_DATADIR}/${PN} - cp -R fallbacktiles/ \ - tiles-numbered/ \ - tiles-small/ "${D}${GAMES_DATADIR}/${PN}" \ - || die "cp failed" - dodoc CHANGES ChangeLog *.txt - prepgamesdirs -} |