# HG changeset patch # User Brenton Scott # Date 1369660742 -7200 # Node ID fe8e4ede3b4523e193684ab609ddb789a635463b # Parent 342142636853e431bd11abf49656735fd8e71d2a Using source instead of precompiled binaries diff -r 342142636853 -r fe8e4ede3b45 manaplus/receipt --- a/manaplus/receipt Sun May 26 17:22:16 2013 +0200 +++ b/manaplus/receipt Mon May 27 15:19:02 2013 +0200 @@ -4,10 +4,10 @@ CATEGORY="games" SHORT_DESC="Extended client for Evol Online and The Mana World" MAINTAINER="admin@trixarian.net" -TARBALL="manaplus-linux.tar.bz2" +TARBALL="manaplus.tar.xz" WEB_SITE="http://manaplus.org/" WGET_URL="http://download.evolonline.org/manaplus/download/$TARBALL" -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" +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" DEPENDS="curl physfs libxml2 libsdl-mixer libsdl-image libsdl-net libsdl-ttf libpng libsdl-gfx ttf-dejavu zlib" # Rules to configure and make the package. @@ -26,8 +26,8 @@ cp -a $_pkg/usr/bin $fs/usr cp -a $_pkg/usr/share/applications $fs/usr/share/ cp -a $_pkg/usr/share/doc $fs/usr/share/ - cp -a $_pkg/usr/share/games $fs/usr/share/ cp -a $_pkg/usr/share/icons $fs/usr/share/ cp -a $_pkg/usr/share/locale $fs/usr/share/ + cp -a $_pkg/usr/share/manaplus $fs/usr/share/ cp -a $_pkg/usr/share/pixmaps $fs/usr/share/ }