wok-next view manaplus/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 5669e8b3be70
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="manaplus"
4 VERSION="1.3.8.4"
5 CATEGORY="games"
6 SHORT_DESC="Extended client for Evol Online and The Mana World"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://manaplus.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="http://download.evolonline.org/manaplus/download/$VERSION/$TARBALL"
14 BUILD_DEPENDS="curl-dev enet libxml2-dev sdl-mixer-dev sdl-image-dev \
15 sdl-net-dev sdl-ttf-dev sdl-gfx-dev physfs-dev libpng-dev zlib-dev"
17 compile_rules() {
18 ./configure \
19 --prefix=/usr \
20 --without-opengl \
21 $CONFIGURE_ARGS &&
22 make &&
23 make DESTDIR=$install install
24 }
26 genpkg_rules() {
27 copy @std
28 DEPENDS="curl physfs libxml2 sdl-mixer sdl-image sdl-net \
29 sdl-ttf libpng sdl-gfx ttf-dejavu zlib"
30 }