wok-next annotate manaplus/receipt @ rev 21726

updated firefox-official (77.0 -> 81.0)
author Hans-G?nter Theisgen
date Sun Sep 27 14:34:31 2020 +0100 (2020-09-27)
parents 5669e8b3be70
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
pascal@15002 2
admin@14599 3 PACKAGE="manaplus"
admin@15005 4 VERSION="1.3.8.4"
admin@14599 5 CATEGORY="games"
admin@14599 6 SHORT_DESC="Extended client for Evol Online and The Mana World"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15002 8 LICENSE="GPL2"
al@21020 9 WEB_SITE="http://manaplus.org/"
al@21020 10
pascal@14780 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
pascal@14780 12 WGET_URL="http://download.evolonline.org/manaplus/download/$VERSION/$TARBALL"
pascal@15002 13
al@21087 14 BUILD_DEPENDS="curl-dev enet libxml2-dev sdl-mixer-dev sdl-image-dev \
al@21087 15 sdl-net-dev sdl-ttf-dev sdl-gfx-dev physfs-dev libpng-dev zlib-dev"
admin@14599 16
al@21020 17 compile_rules() {
al@21020 18 ./configure \
al@21020 19 --prefix=/usr \
al@21020 20 --without-opengl \
al@21020 21 $CONFIGURE_ARGS &&
admin@14599 22 make &&
al@21020 23 make DESTDIR=$install install
admin@14599 24 }
admin@14599 25
al@21020 26 genpkg_rules() {
al@21020 27 copy @std
al@21087 28 DEPENDS="curl physfs libxml2 sdl-mixer sdl-image sdl-net \
al@21087 29 sdl-ttf libpng sdl-gfx ttf-dejavu zlib"
admin@14599 30 }