SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "warzone2100"

# SliTaz package receipt.

PACKAGE="warzone2100"
VERSION="2.3.9"
CATEGORY="games"
SHORT_DESC="3D realtime strategy game on a future Earth"
MAINTAINER="slaxemulator@gmail.com"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="http://wz2100.net/"
WGET_URL="$SF_MIRROR/warzone2100/releases/$VERSION/$TARBALL"

DEPENDS="libsdl-net mesa openal jpeg libpng libvorbis libtheora libmad physfs quesoglc popt ttf-dejavu ttf-dejavu-extra"
BUILD_DEPENDS="libsdl-dev libsdl-net-dev mesa-dev openal openal-dev jpeg-dev libpng-dev libogg-dev libvorbis-dev libtheora-dev libmad-dev physfs-dev quesoglc-dev popt-dev gawk bison flex zip unzip pkg-config zlib-dev"

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    ./configure \
        --disable-motif \
        $CONFIGURE_ARGS &&
    make && make DESTDIR=$DESTDIR install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/share/pixmaps
    cp -a $_pkg/usr/bin $fs/usr
    cp -a $_pkg/usr/share/applications $fs/usr/share
    cp -a $_pkg/usr/share/icons/warzone2100.png $fs/usr/share/pixmaps
    cp -a $_pkg/usr/share/warzone2100 $fs/usr/share
}

3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)