wok-6.x diff manaplus/receipt @ rev 15002

Add some GPL2 licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 21:12:16 2013 +0000 (2013-08-10)
parents 512c57d9a5a4
children 7f646ca10d23
line diff
     1.1 --- a/manaplus/receipt	Wed Jul 24 14:51:05 2013 +0200
     1.2 +++ b/manaplus/receipt	Sat Aug 10 21:12:16 2013 +0000
     1.3 @@ -1,12 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5 +
     1.6  PACKAGE="manaplus"
     1.7  VERSION="1.3.7.21"
     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 +LICENSE="GPL2"
    1.12  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.13  WEB_SITE="http://manaplus.org/"
    1.14  WGET_URL="http://download.evolonline.org/manaplus/download/$VERSION/$TARBALL"
    1.15 +
    1.16  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"
    1.17  DEPENDS="curl physfs libxml2 libsdl-mixer libsdl-image libsdl-net libsdl-ttf libpng libsdl-gfx ttf-dejavu zlib"
    1.18  
    1.19 @@ -16,16 +19,16 @@
    1.20  	cd $src
    1.21  	./configure --prefix=/usr --without-opengl $CONFIGURE_ARGS &&
    1.22  	make &&
    1.23 -	make DESTDIR=$PWD/_pkg install
    1.24 +	make DESTDIR=$DESTDIR install
    1.25  }
    1.26  
    1.27  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.28  genpkg_rules()
    1.29  {
    1.30  	mkdir -p $fs/usr/share
    1.31 -	cp -a $_pkg/usr/bin $fs/usr
    1.32 -	cp -a $_pkg/usr/share/applications $fs/usr/share/
    1.33 -	cp -a $_pkg/usr/share/locale $fs/usr/share/
    1.34 -	cp -a $_pkg/usr/share/manaplus $fs/usr/share/
    1.35 -	cp -a $_pkg/usr/share/pixmaps $fs/usr/share/
    1.36 +	cp -a $install/usr/bin $fs/usr
    1.37 +	cp -a $install/usr/share/applications $fs/usr/share/
    1.38 +	cp -a $install/usr/share/locale $fs/usr/share/
    1.39 +	cp -a $install/usr/share/manaplus $fs/usr/share/
    1.40 +	cp -a $install/usr/share/pixmaps $fs/usr/share/
    1.41  }