diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-04-16 22:32:43 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-04-16 22:32:43 +0000 |
commit | 66c689bede0a6e2dd826bfeadf751879cf8197a1 (patch) | |
tree | b8121ab10f5ffa8a90ac804dad5bfcc404a54361 /games-action | |
parent | New package. (diff) | |
download | historical-66c689bede0a6e2dd826bfeadf751879cf8197a1.tar.gz historical-66c689bede0a6e2dd826bfeadf751879cf8197a1.tar.bz2 historical-66c689bede0a6e2dd826bfeadf751879cf8197a1.zip |
fold fixes from shadowgrounds back in
Package-Manager: portage-2.2.0_alpha28/cvs/Linux x86_64
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/trine-bin/trine-bin-1.08.ebuild | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/games-action/trine-bin/trine-bin-1.08.ebuild b/games-action/trine-bin/trine-bin-1.08.ebuild index 78cec9546a56..6f6d8ee5c984 100644 --- a/games-action/trine-bin/trine-bin-1.08.ebuild +++ b/games-action/trine-bin/trine-bin-1.08.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/trine-bin/trine-bin-1.08.ebuild,v 1.1 2011/04/16 21:10:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/trine-bin/trine-bin-1.08.ebuild,v 1.2 2011/04/16 22:32:43 vapier Exp $ # these are ELFs that include a ZIP (504b0304) appended to it # dd if=Trine.64.run of=Trine.64.zip ibs=$((0x342a8)) skip=1 @@ -14,19 +14,21 @@ DESCRIPTION="a physics-based action game where diff characters allow diff soluti HOMEPAGE="http://trine-thegame.com/" SRC_URI="Trine.64.run" -LICENSE="trine-eula" +LICENSE="frozenbyte-eula" SLOT="0" KEYWORDS="-* ~amd64 ~x86" IUSE="" -RESTRICT="fetch" +RESTRICT="fetch strip" DEPEND="app-arch/unzip" -RDEPEND="sys-libs/glibc" +RDEPEND=">=sys-libs/glibc-2.4 + >=sys-devel/gcc-4.3.0" S=${WORKDIR} d="${GAMES_PREFIX_OPT}/${PN}" QA_PRESTRIPPED="${d#/}/trine-launcher ${d#/}/trine-bin ${d#/}/lib*/lib*.so*" +QA_TEXTRELS_x86="`echo ${d#/}/lib32/lib{avcodec.so.51,avformat.so.52,avutil.so.49,FLAC.so.8}`" pkg_nofetch() { einfo "Fetch ${SRC_URI} and put it into ${DISTDIR}" @@ -36,6 +38,7 @@ pkg_nofetch() { src_unpack() { # manually run unzip as the initial seek causes it to exit(1) unzip -q "${DISTDIR}/${A}" + rm lib*/lib{gcc_s,m,rt,selinux}.so.? } src_install() { |