wok-next view manaplus/receipt @ rev 21027

jwm: typo
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Nov 03 04:51:09 2018 +0200 (2018-11-03)
parents dd145c435e4b
children 5669e8b3be70
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 libsdl-mixer-dev libsdl-image-dev \
15 libsdl-net-dev libsdl-ttf-dev libsdl-gfx-dev physfs-dev libpng16-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 libsdl-mixer libsdl-image libsdl-net \
29 libsdl-ttf libpng16 libsdl-gfx ttf-dejavu zlib"
30 }