wok-next view wordwarvi/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="wordwarvi"
4 VERSION="1.00"
5 CATEGORY="games"
6 SHORT_DESC="Retro shoot'em up game"
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://wordwarvi.sourceforge.net/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="libvorbis-dev libogg-dev portaudio portaudio-dev gtk2-dev \
15 libxrender-dev xorgproto pixman-dev \
16 glib-dev"
18 compile_rules() {
19 make &&
20 make DESTDIR=$install install || return 1
22 cp -a $stuff/* $install
23 }
25 genpkg_rules() {
26 copy @std
27 DEPENDS="portaudio expat gtk2 libvorbis libx11 libxau \
28 libxcomposite libxcursor libxdmcp libxext \
29 libxfixes libxinerama libxrandr libxrender \
30 libxdamage"
31 TAGS="shooting"
32 }