# SliTaz package receipt. PACKAGE="wordwarvi" VERSION="1.00" CATEGORY="games" SHORT_DESC="Retro shoot'em up game." MAINTAINER="paul@slitaz.org" DEPENDS="portaudio expat gtk+ libvorbis xorg-libX11 xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrandr xorg-libXrender xorg-libXdamage" BUILD_DEPENDS="libvorbis-dev libogg-dev portaudio portaudio-dev gtk+-dev xorg-libXrender-dev xorg-xproto xorg-renderproto xorg-kbproto pixman-dev libgio-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://wordwarvi.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" TAGS="shooting" # Rules to configure and make the package. compile_rules() { cd $src make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share/wordwarvi cp -a $_pkg/usr/bin $fs/usr cp -a $_pkg/usr/share/wordwarvi/* $fs/usr/share/wordwarvi cp -a stuff/* $fs }