wok-stable rev 12389
Using source instead of precompiled binaries
author | Brenton Scott <admin@trixarian.net> |
---|---|
date | Mon May 27 15:19:02 2013 +0200 (2013-05-27) |
parents | 342142636853 |
children | b36f80378835 |
files | manaplus/receipt |
line diff
1.1 --- a/manaplus/receipt Sun May 26 17:22:16 2013 +0200 1.2 +++ b/manaplus/receipt Mon May 27 15:19:02 2013 +0200 1.3 @@ -4,10 +4,10 @@ 1.4 CATEGORY="games" 1.5 SHORT_DESC="Extended client for Evol Online and The Mana World" 1.6 MAINTAINER="admin@trixarian.net" 1.7 -TARBALL="manaplus-linux.tar.bz2" 1.8 +TARBALL="manaplus.tar.xz" 1.9 WEB_SITE="http://manaplus.org/" 1.10 WGET_URL="http://download.evolonline.org/manaplus/download/$TARBALL" 1.11 -BUILD_DEPENDS="autoconf curl-dev enet libxml2-dev libsdl-mixer-dev libsdl-image-dev libsdl-net-dev libsdl-ttf-dev libsdl-gfx-dev physfs-dev png-dev zlib-dev" 1.12 +BUILD_DEPENDS="curl-dev enet libxml2-dev libsdl-mixer-dev libsdl-image-dev libsdl-net-dev libsdl-ttf-dev libsdl-gfx-dev physfs-dev png-dev zlib-dev" 1.13 DEPENDS="curl physfs libxml2 libsdl-mixer libsdl-image libsdl-net libsdl-ttf libpng libsdl-gfx ttf-dejavu zlib" 1.14 1.15 # Rules to configure and make the package. 1.16 @@ -26,8 +26,8 @@ 1.17 cp -a $_pkg/usr/bin $fs/usr 1.18 cp -a $_pkg/usr/share/applications $fs/usr/share/ 1.19 cp -a $_pkg/usr/share/doc $fs/usr/share/ 1.20 - cp -a $_pkg/usr/share/games $fs/usr/share/ 1.21 cp -a $_pkg/usr/share/icons $fs/usr/share/ 1.22 cp -a $_pkg/usr/share/locale $fs/usr/share/ 1.23 + cp -a $_pkg/usr/share/manaplus $fs/usr/share/ 1.24 cp -a $_pkg/usr/share/pixmaps $fs/usr/share/ 1.25 }