wok annotate tyrian/receipt @ rev 14546

firefox-langpack-ru: Up to 17.0.6esr
author Dominique Corbex <domcox@slitaz.org>
date Wed May 22 21:57:03 2013 +0200 (2013-05-22)
parents 8fed7e596e79
children de49f29b101e
rev   line source
gokhlayeh@8565 1 # SliTaz package receipt.
gokhlayeh@8565 2
gokhlayeh@8565 3 PACKAGE="tyrian"
gokhlayeh@8565 4 VERSION="21"
gokhlayeh@8565 5 CATEGORY="non-free"
gokhlayeh@8565 6 SHORT_DESC="Tyrian is a the DOS shoot-em-up;you need open-tyrian to run it."
pascal@14277 7 MAINTAINER="mallory@sweetpeople.org"
gokhlayeh@8565 8 BUILD_DEPENDS="wget"
gokhlayeh@8565 9 TARBALL="$PACKAGE$VERSION.zip"
gokhlayeh@8565 10 WEB_SITE="http://code.google.com/p/opentyrian/"
gokhlayeh@8565 11 WGET_URL="https://sites.google.com/a/camanis.net/opentyrian/tyrian/$TARBALL"
gokhlayeh@8565 12
gokhlayeh@8565 13 # Rules to configure and make the package.
gokhlayeh@8565 14 compile_rules()
gokhlayeh@8565 15 {
gokhlayeh@8565 16 :
gokhlayeh@8565 17 }
gokhlayeh@8565 18
gokhlayeh@8565 19 # Rules to gen a SliTaz package suitable for Tazpkg.
gokhlayeh@8565 20 genpkg_rules()
gokhlayeh@8565 21 {
gokhlayeh@8565 22 mkdir -p $fs/usr/games/opentyrian
gokhlayeh@8565 23 cd $src
gokhlayeh@8565 24 for file in *; do
gokhlayeh@8565 25 [ "$file" = "${file%.exe}" ] || continue
gokhlayeh@8565 26 [ "$file" = "${file%.doc}" ] || continue
gokhlayeh@8565 27 cp $file $fs/usr/games/opentyrian
gokhlayeh@8565 28 done
gokhlayeh@8565 29 }
gokhlayeh@8565 30