View | Details | Raw Unified
Collapse All | Expand All

(-) legends-0.2.2b.ebuild (-2 / +3 lines)
 Lines 6-12    Link Here 
DESCRIPTION="A fast-paced first-person-perspective online multiplayer game"
DESCRIPTION="A fast-paced first-person-perspective online multiplayer game"
HOMEPAGE="http://hosted.tribalwar.com/legends/"
HOMEPAGE="http://hosted.tribalwar.com/legends/"
SRC_URI="http://hosted.tribalwar.com/legends/files/legends.tar.gz"
SRC_URI="http://themasters.co.za/${PN}.tar.gz"
LICENSE="TGE"
LICENSE="TGE"
SLOT="0"
SLOT="0"
 Lines 16-25    Link Here 
RDEPEND=">=media-libs/libsdl-1.2
RDEPEND=">=media-libs/libsdl-1.2
	media-libs/openal"
	media-libs/openal"
S=${WORKDIR}
S="${WORKDIR}/${PN}"
src_unpack() {
src_unpack() {
	unpack ${A}
	unpack ${A}
	cd ${S}
	rm runlegends libSDL-*.so* libopenal.so
	rm runlegends libSDL-*.so* libopenal.so
	find -type f -exec chmod a-x '{}' \;
	find -type f -exec chmod a-x '{}' \;
	chmod -R go-w *
	chmod -R go-w *