wok-next view wordwarvi/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
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 }