wok diff manaplus/receipt @ rev 22194

updated xorg-kbproto (1.0.6 -> 1.0.7)
author Hans-G?nter Theisgen
date Mon Nov 11 09:53:32 2019 +0100 (2019-11-11)
parents 9689f1b75619
children 241fb98cab1c
line diff
     1.1 --- a/manaplus/receipt	Tue Dec 30 10:01:09 2014 +0100
     1.2 +++ b/manaplus/receipt	Mon Nov 11 09:53:32 2019 +0100
     1.3 @@ -1,24 +1,30 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="manaplus"
     1.7 -VERSION="1.3.8.4"
     1.8 +VERSION="1.9.3.23"
     1.9  CATEGORY="games"
    1.10 -SHORT_DESC="Extended client for Evol Online and The Mana World"
    1.11 +SHORT_DESC="Extended client for Evol Online and The Mana World."
    1.12  MAINTAINER="admin@trixarian.net"
    1.13  LICENSE="GPL2"
    1.14 +WEB_SITE="https://manaplus.org/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.17 -WEB_SITE="http://manaplus.org/"
    1.18  WGET_URL="http://download.evolonline.org/manaplus/download/$VERSION/$TARBALL"
    1.19  
    1.20 -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"
    1.21 -DEPENDS="curl physfs libxml2 libsdl-mixer libsdl-image libsdl-net libsdl-ttf libpng libsdl-gfx ttf-dejavu zlib"
    1.22 +DEPENDS="curl libpng libsdl-gfx libsdl-image libsdl-mixer libsdl-net \
    1.23 +	libsdl-ttf libxml2 physfs ttf-dejavu zlib"
    1.24 +BUILD_DEPENDS="curl-dev enet libpng-dev libsdl-gfx-dev libsdl-image-dev \
    1.25 +	libsdl-mixer-dev libsdl-net-dev libsdl-ttf-dev libxml2-dev \
    1.26 +	physfs-dev zlib-dev"
    1.27  
    1.28  # Rules to configure and make the package.
    1.29  compile_rules()
    1.30  {
    1.31 -	cd $src
    1.32 -	./configure --prefix=/usr --without-opengl $CONFIGURE_ARGS &&
    1.33 -	make &&
    1.34 +	./configure			\
    1.35 +		--prefix=/usr		\
    1.36 +		--without-opengl	\
    1.37 +		$CONFIGURE_ARGS &&
    1.38 +	make -j 1 &&
    1.39  	make DESTDIR=$DESTDIR install
    1.40  }
    1.41  
    1.42 @@ -26,9 +32,10 @@
    1.43  genpkg_rules()
    1.44  {
    1.45  	mkdir -p $fs/usr/share
    1.46 -	cp -a $install/usr/bin $fs/usr
    1.47 -	cp -a $install/usr/share/applications $fs/usr/share/
    1.48 -	cp -a $install/usr/share/locale $fs/usr/share/
    1.49 -	cp -a $install/usr/share/manaplus $fs/usr/share/
    1.50 -	cp -a $install/usr/share/pixmaps $fs/usr/share/
    1.51 +
    1.52 +	cp -a $install/usr/bin			$fs/usr
    1.53 +	cp -a $install/usr/share/applications	$fs/usr/share/
    1.54 +	cp -a $install/usr/share/locale		$fs/usr/share/
    1.55 +	cp -a $install/usr/share/manaplus	$fs/usr/share/
    1.56 +	cp -a $install/usr/share/pixmaps	$fs/usr/share/
    1.57  }