wok diff mana/receipt @ rev 20581

Up gparted (0.33.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Dec 14 12:21:16 2018 +0100 (2018-12-14)
parents b7319995b37e
children 4c20b3e68b20
line diff
     1.1 --- a/mana/receipt	Mon Jan 02 23:06:18 2012 +0100
     1.2 +++ b/mana/receipt	Fri Dec 14 12:21:16 2018 +0100
     1.3 @@ -5,9 +5,11 @@
     1.4  CATEGORY="games"
     1.5  SHORT_DESC="A fully free and open source MMORPG game with the looks of old-fashioned 2D RPG"
     1.6  MAINTAINER="devl547@gmail.com"
     1.7 +LICENSE="GPL2"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://themanaworld.org/"
    1.10  WGET_URL="http://manasource.org/files/$TARBALL"
    1.11 +
    1.12  BUILD_DEPENDS="physfs-dev libxml2-dev libsdl-mixer-dev libsdl-image-dev \
    1.13  libsdl-net-dev libsdl-ttf-dev libsdl-ttf curl-dev zlib-dev libpng-dev guichan-dev \
    1.14  libsdl-gfx-dev enet"
    1.15 @@ -20,15 +22,15 @@
    1.16  	cd $src
    1.17  	./configure --prefix=/usr --without-opengl $CONFIGURE_ARGS &&
    1.18  	make &&
    1.19 -	make DESTDIR=$PWD/_pkg install
    1.20 +	make DESTDIR=$DESTDIR install
    1.21  }
    1.22  
    1.23  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.24  genpkg_rules()
    1.25  {
    1.26  	mkdir -p $fs/usr/share
    1.27 -	cp -a $_pkg/usr/bin $fs/usr
    1.28 -	cp -a $_pkg/usr/share/applications $fs/usr/share/
    1.29 -	cp -a $_pkg/usr/share/mana $fs/usr/share/
    1.30 -	cp -a $_pkg/usr/share/pixmaps $fs/usr/share/
    1.31 +	cp -a $install/usr/bin $fs/usr
    1.32 +	cp -a $install/usr/share/applications $fs/usr/share/
    1.33 +	cp -a $install/usr/share/mana $fs/usr/share/
    1.34 +	cp -a $install/usr/share/pixmaps $fs/usr/share/
    1.35  }