wok annotate manaplus/receipt @ rev 22280

updated xorg-xf86-video-savage (2.3.6 -> 2.3.9)
author Hans-G?nter Theisgen
date Wed Nov 13 14:22:42 2019 +0100 (2019-11-13)
parents 9689f1b75619
children 241fb98cab1c
rev   line source
admin@14599 1 # SliTaz package receipt.
pascal@15002 2
admin@14599 3 PACKAGE="manaplus"
Hans-G?nter@21418 4 VERSION="1.9.3.23"
admin@14599 5 CATEGORY="games"
Hans-G?nter@21418 6 SHORT_DESC="Extended client for Evol Online and The Mana World."
admin@14599 7 MAINTAINER="admin@trixarian.net"
pascal@15002 8 LICENSE="GPL2"
Hans-G?nter@21418 9 WEB_SITE="https://manaplus.org/"
Hans-G?nter@21418 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
Hans-G?nter@21418 14 DEPENDS="curl libpng libsdl-gfx libsdl-image libsdl-mixer libsdl-net \
Hans-G?nter@21418 15 libsdl-ttf libxml2 physfs ttf-dejavu zlib"
Hans-G?nter@21418 16 BUILD_DEPENDS="curl-dev enet libpng-dev libsdl-gfx-dev libsdl-image-dev \
Hans-G?nter@21418 17 libsdl-mixer-dev libsdl-net-dev libsdl-ttf-dev libxml2-dev \
Hans-G?nter@21418 18 physfs-dev zlib-dev"
admin@14599 19
admin@14599 20 # Rules to configure and make the package.
admin@14599 21 compile_rules()
admin@14599 22 {
Hans-G?nter@21418 23 ./configure \
Hans-G?nter@21418 24 --prefix=/usr \
Hans-G?nter@21418 25 --without-opengl \
Hans-G?nter@21418 26 $CONFIGURE_ARGS &&
Hans-G?nter@21418 27 make -j 1 &&
pascal@15002 28 make DESTDIR=$DESTDIR install
admin@14599 29 }
admin@14599 30
admin@14599 31 # Rules to gen a SliTaz package suitable for Tazpkg.
admin@14599 32 genpkg_rules()
admin@14599 33 {
admin@14599 34 mkdir -p $fs/usr/share
Hans-G?nter@21418 35
Hans-G?nter@21418 36 cp -a $install/usr/bin $fs/usr
Hans-G?nter@21418 37 cp -a $install/usr/share/applications $fs/usr/share/
Hans-G?nter@21418 38 cp -a $install/usr/share/locale $fs/usr/share/
Hans-G?nter@21418 39 cp -a $install/usr/share/manaplus $fs/usr/share/
Hans-G?nter@21418 40 cp -a $install/usr/share/pixmaps $fs/usr/share/
admin@14599 41 }