|
|
| |
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" |
|
|
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 * |