wok-4.x view manaplus/receipt @ rev 12386

Fixed typo...
author Brenton Scott <admin@trixarian.net>
date Sun May 26 04:07:10 2013 +0200 (2013-05-26)
parents 15b417450e95
children 342142636853 0d00466fb4e4
line source
1 # SliTaz package receipt.
2 PACKAGE="manaplus"
3 VERSION="1.3.5.26"
4 CATEGORY="games"
5 SHORT_DESC="Extended client for Evol Online and The Mana World"
6 MAINTAINER="admin@trixarian.net"
7 TARBALL="manaplus-linux.tar.bz2"
8 WEB_SITE="http://manaplus.org/"
9 WGET_URL="http://download.evolonline.org/manaplus/download/$TARBALL"
10 BUILD_DEPENDS="autoconf curl-dev enet libxml2-dev libsdl-mixer-dev libsdl-image-dev libsdl-net-dev libsdl-ttf-dev libsdl-gfx-dev physfs-dev png-dev zlib-dev"
11 DEPENDS="curl physfs libxml2 libsdl-mixer libsdl-image libsdl-net libsdl-ttf libpng libsdl-gfx ttf-dejavu zlib"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 autoreconf -i &&
18 ./configure --prefix=/usr --without-opengl $CONFIGURE_ARGS &&
19 make &&
20 make DESTDIR=$PWD/_pkg install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/share
27 cp -a $_pkg/usr/bin $fs/usr
28 cp -a $_pkg/usr/share/applications $fs/usr/share/
29 cp -a $_pkg/usr/share/doc $fs/usr/share/
30 cp -a $_pkg/usr/share/games $fs/usr/share/
31 cp -a $_pkg/usr/share/icons $fs/usr/share/
32 cp -a $_pkg/usr/share/locale $fs/usr/share/
33 cp -a $_pkg/usr/share/pixmaps $fs/usr/share/
34 }