wok-next view xbattle/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="xbattle"
4 VERSION="5.4.1"
5 CATEGORY="games"
6 SHORT_DESC="Concurrent multi-player battle strategy game for X11"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="other"
9 WEB_SITE="https://web.archive.org/web/20011128105604/http://cns-web.bu.edu/pub/xpip/html/xbattle.html"
11 TARBALL="${PACKAGE}_$VERSION.orig.tar.gz"
12 WGET_URL="$WEB_SITE/downloads/$VERSION/$TARBALL"
14 BUILD_DEPENDS="imake xorg-dev"
16 compile_rules() {
17 xmkmf
18 make &&
19 make DESTDIR=$install install
20 }
22 genpkg_rules() {
23 copy @std
24 DEPENDS="xorg"
25 SUGGESTED="xhost"
26 }