ChangeLog

# ChangeLog for games-action/cylindrix
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-action/cylindrix/ChangeLog,v 1.6 2008/04/08 00:15:28 mr_bones_ Exp $

08 Apr 2008; Michael Sterrett cylindrix-1.0.ebuild:
link fix (bug #216632)

16 Apr 2007; Michael Sterrett cylindrix-1.0.ebuild:
eautoreconf to find install (bug #174715); tidy

28 Jan 2006; Joshua Baergen
cylindrix-1.0.ebuild:
Drop x11 dependencies as this package doesn't actually depend on X directly.

19 Apr 2004; David Holm cylindrix-1.0.ebuild:
Added to ~ppc.

*cylindrix-1.0 (18 Apr 2004)

18 Apr 2004; Mike Frysinger :
Initial import. Ebuild submitted by me/Mr Bones for #39315 by Matija Suklje (hook).

Manifest

DIST cylindrix-1.0.tar.gz 5935587 RMD160 dde138a04a223c1d7d66d179f01636c3961fb4cd SHA1 6fd1b017c951b3816edd9ce2f183c322e73dcf78 SHA256 33bfc264d906a1977090e47a38f544551d2939d4c0ea01e1792f63ab4fa06f20
EBUILD cylindrix-1.0.ebuild 1141 RMD160 79dde3294e15aeb30a5abe45004d8ccf0a6a25b3 SHA1 206b696e58d75b6249b9d007b67f1c21c1da772f SHA256 44a6e21d5d16b9b4bab4fe02e72b878345e59426fbb76ee63d78ce083e22de38
MISC ChangeLog 866 RMD160 7b3a03863c1125c8e26959be2a7eb4e935ab933f SHA1 ed59a023afd5f2e91798db6254c9bc051fd0f96c SHA256 eacdc6b30624207dc55f1d8fea6d269950c1c35c8b97b539e379c95879f97d9a
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3

cylindrix-1.0.ebuild

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-action/cylindrix/cylindrix-1.0.ebuild,v 1.6 2008/04/08 00:15:28 mr_bones_ Exp $

inherit autotools games

DESCRIPTION="Action game in a tube"
HOMEPAGE="http://www.hardgeus.com/cylindrix/"
SRC_URI="http://www.hardgeus.com/cylindrix/${P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~ppc x86"
IUSE=""

DEPEND=">=media-libs/allegro-4.0.3"

S=${WORKDIR}/${PN}

src_unpack() {
unpack ${A}
cd "${S}"
sed -i \
-e "/g_DataPath/s:\./:${GAMES_DATADIR}/${PN}/:" \
sb_stub.c \
|| die "sed failed"
find -name CVS -exec rm -rf '{}' \; >& /dev/null
eautoreconf
}

src_compile() {
egamesconf || die
emake LDADD="$(allegro-config --libs)" || die "emake failed"
}

src_install() {
emake DESTDIR="${D}" install || die "emake failed"
insinto "${GAMES_DATADIR}"/${PN}
doins people.dat cylindrx.fli || die "doins failed"
doins -r wav_data 3d_data gamedata pcx_data || die "doins failed"
dodoc AUTHORS ChangeLog NEWS README
prepgamesdirs
fperms g+w "${GAMES_DATADIR}"/${PN}/gamedata/game.cfg
}

metadata.xml




games