wok view wordwarvi/receipt @ rev 13429

partclone: add btrfs & hfsplus support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 04 11:53:21 2012 +0200 (2012-10-04)
parents 82cb94c7d497
children 7896f0694ef6
line source
1 # SliTaz package receipt.
3 PACKAGE="wordwarvi"
4 VERSION="1.00"
5 CATEGORY="games"
6 SHORT_DESC="Retro shoot'em up game."
7 MAINTAINER="paul@slitaz.org"
8 DEPENDS="portaudio expat gtk+ libvorbis xorg-libX11 xorg-libXau
9 xorg-libXcomposite xorg-libXcursor xorg-libXdmcp xorg-libXext
10 xorg-libXfixes xorg-libXinerama xorg-libXrandr xorg-libXrender
11 xorg-libXdamage"
12 BUILD_DEPENDS="libvorbis-dev libogg-dev portaudio portaudio-dev gtk+-dev
13 xorg-libXrender-dev xorg-xproto xorg-renderproto
14 xorg-kbproto pixman-dev libgio-dev"
15 TARBALL="$PACKAGE-$VERSION.tar.gz"
16 WEB_SITE="http://wordwarvi.sourceforge.net/"
17 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
18 TAGS="shooting"
20 # Rules to configure and make the package.
21 compile_rules()
22 {
23 cd $src
24 make && make DESTDIR=$DESTDIR install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 mkdir -p $fs/usr/share/wordwarvi
31 cp -a $_pkg/usr/bin $fs/usr
32 cp -a $_pkg/usr/share/wordwarvi/* $fs/usr/share/wordwarvi
33 cp -a stuff/* $fs
34 }