# HG changeset patch # User Hans-G?nter Theisgen # Date 1556115068 -3600 # Node ID 58b5793034e80352f068f4a3769d4cde6dcac29d # Parent 1e04e0b693fc138bc52fec57d895b635be7fd872 updated manaplus (1.3.8.4 -> 1.9.3.23) diff -r 1e04e0b693fc -r 58b5793034e8 manaplus/receipt --- a/manaplus/receipt Wed Apr 24 14:09:33 2019 +0100 +++ b/manaplus/receipt Wed Apr 24 15:11:08 2019 +0100 @@ -1,24 +1,30 @@ # SliTaz package receipt. PACKAGE="manaplus" -VERSION="1.3.8.4" +VERSION="1.9.3.23" CATEGORY="games" -SHORT_DESC="Extended client for Evol Online and The Mana World" +SHORT_DESC="Extended client for Evol Online and The Mana World." MAINTAINER="admin@trixarian.net" LICENSE="GPL2" +WEB_SITE="https://manaplus.org/" + TARBALL="$PACKAGE-$VERSION.tar.xz" -WEB_SITE="http://manaplus.org/" WGET_URL="http://download.evolonline.org/manaplus/download/$VERSION/$TARBALL" -BUILD_DEPENDS="curl-dev enet libxml2-dev libsdl-mixer-dev libsdl-image-dev libsdl-net-dev libsdl-ttf-dev libsdl-gfx-dev physfs-dev libpng-dev zlib-dev" -DEPENDS="curl physfs libxml2 libsdl-mixer libsdl-image libsdl-net libsdl-ttf libpng libsdl-gfx ttf-dejavu zlib" +DEPENDS="curl libpng libsdl-gfx libsdl-image libsdl-mixer libsdl-net \ + libsdl-ttf libxml2 physfs ttf-dejavu zlib" +BUILD_DEPENDS="curl-dev enet libpng-dev libsdl-gfx-dev libsdl-image-dev \ + libsdl-mixer-dev libsdl-net-dev libsdl-ttf-dev libxml2-dev \ + physfs-dev zlib-dev" # Rules to configure and make the package. compile_rules() { - cd $src - ./configure --prefix=/usr --without-opengl $CONFIGURE_ARGS && - make && + ./configure \ + --prefix=/usr \ + --without-opengl \ + $CONFIGURE_ARGS && + make -j 1 && make DESTDIR=$DESTDIR install } @@ -26,9 +32,10 @@ genpkg_rules() { mkdir -p $fs/usr/share - cp -a $install/usr/bin $fs/usr - cp -a $install/usr/share/applications $fs/usr/share/ - cp -a $install/usr/share/locale $fs/usr/share/ - cp -a $install/usr/share/manaplus $fs/usr/share/ - cp -a $install/usr/share/pixmaps $fs/usr/share/ + + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/applications $fs/usr/share/ + cp -a $install/usr/share/locale $fs/usr/share/ + cp -a $install/usr/share/manaplus $fs/usr/share/ + cp -a $install/usr/share/pixmaps $fs/usr/share/ }