wok rev 14784
Up Manaplus - Thanks for the fix, Pascal!
author | Brenton Scott <admin@trixarian.net> |
---|---|
date | Sun Jul 07 04:44:52 2013 +0200 (2013-07-07) |
parents | a4e07ee9893a |
children | dbf3ebba62ae |
files | manaplus/receipt |
line diff
1.1 --- a/manaplus/receipt Fri Jul 05 15:36:48 2013 +0200 1.2 +++ b/manaplus/receipt Sun Jul 07 04:44:52 2013 +0200 1.3 @@ -1,6 +1,6 @@ 1.4 # SliTaz package receipt. 1.5 PACKAGE="manaplus" 1.6 -VERSION="1.3.6.23" 1.7 +VERSION="1.3.7.7" 1.8 CATEGORY="games" 1.9 SHORT_DESC="Extended client for Evol Online and The Mana World" 1.10 MAINTAINER="admin@trixarian.net" 1.11 @@ -16,16 +16,16 @@ 1.12 cd $src 1.13 ./configure --prefix=/usr --without-opengl $CONFIGURE_ARGS && 1.14 make && 1.15 - make DESTDIR=$DESTDIR install 1.16 + make DESTDIR=$PWD/_pkg install 1.17 } 1.18 1.19 # Rules to gen a SliTaz package suitable for Tazpkg. 1.20 genpkg_rules() 1.21 { 1.22 mkdir -p $fs/usr/share 1.23 - cp -a $install/usr/bin $fs/usr 1.24 - cp -a $install/usr/share/applications $fs/usr/share/ 1.25 - cp -a $install/usr/share/locale $fs/usr/share/ 1.26 - cp -a $install/usr/share/manaplus $fs/usr/share/ 1.27 - cp -a $install/usr/share/pixmaps $fs/usr/share/ 1.28 + cp -a $_pkg/usr/bin $fs/usr 1.29 + cp -a $_pkg/usr/share/applications $fs/usr/share/ 1.30 + cp -a $_pkg/usr/share/locale $fs/usr/share/ 1.31 + cp -a $_pkg/usr/share/manaplus $fs/usr/share/ 1.32 + cp -a $_pkg/usr/share/pixmaps $fs/usr/share/ 1.33 }