# HG changeset patch # User Brenton Scott # Date 1373165092 -7200 # Node ID 881a0dbbfc8e17334a67ff7ddea84c509d093f15 # Parent a4e07ee9893accd63e35f31bcfef6f074e661968 Up Manaplus - Thanks for the fix, Pascal! diff -r a4e07ee9893a -r 881a0dbbfc8e manaplus/receipt --- a/manaplus/receipt Fri Jul 05 15:36:48 2013 +0200 +++ b/manaplus/receipt Sun Jul 07 04:44:52 2013 +0200 @@ -1,6 +1,6 @@ # SliTaz package receipt. PACKAGE="manaplus" -VERSION="1.3.6.23" +VERSION="1.3.7.7" CATEGORY="games" SHORT_DESC="Extended client for Evol Online and The Mana World" MAINTAINER="admin@trixarian.net" @@ -16,16 +16,16 @@ cd $src ./configure --prefix=/usr --without-opengl $CONFIGURE_ARGS && make && - make DESTDIR=$DESTDIR install + make DESTDIR=$PWD/_pkg install } # Rules to gen a SliTaz package suitable for Tazpkg. 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 $_pkg/usr/bin $fs/usr + cp -a $_pkg/usr/share/applications $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/ }