# SliTaz package receipt.
PACKAGE="manaplus"
VERSION="1.3.8.4"
CATEGORY="games"
SHORT_DESC="Extended client for Evol Online and The Mana World"
MAINTAINER="admin@trixarian.net"
TARBALL="$PACKAGE-$VERSION.tar.xz"
WEB_SITE="http://manaplus.org/"
WGET_URL="http://download.evolonline.org/manaplus/download/$VERSION/$TARBALL"
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"
DEPENDS="curl physfs libxml2 libsdl-mixer libsdl-image libsdl-net libsdl-ttf libpng libsdl-gfx ttf-dejavu zlib"

# Rules to configure and make the package.
compile_rules()
{
	cd $src
	./configure --prefix=/usr --without-opengl $CONFIGURE_ARGS &&
	make &&
	make DESTDIR=$PWD/_pkg install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
	mkdir -p $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/
}