# SliTaz package receipt. PACKAGE="lincity-ng" VERSION="2.0" CATEGORY="games" SHORT_DESC="A City Simulation Game. It is a polished and improved version of the classic LinCity game." MAINTAINER="slaxemulator@gmail.com" DEPENDS="mesa libxml2 physfs libsdl-gfx libsdl-image libsdl-mixer libsdl-ttf libxcb" BUILD_DEPENDS="mesa-dev libxml2-dev libsdl-gfx-dev libsdl-image-dev \ libsdl-mixer-dev libsdl-ttf libsdl-ttf-dev ftjam pkg-config physfs-dev" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://lincity-ng.berlios.de/wiki/index.php/Main_Page" WGET_URL="http://download.berlios.de/$PACKAGE/$TARBALL" # Rules to configure and make the package. compile_rules() { cd $src m ./configure \ --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ $CONFIGURE_ARGS && jam && jam -sprefix=/usr install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share cp -a $_pkg/usr/bin $fs/usr cp -a $_pkg/usr/share/applications $fs/usr/share cp -a $_pkg/usr/share/lincity-ng $fs/usr/share cp -a $_pkg/usr/share/pixmaps $fs/usr/share }