wok-next annotate xbattle/receipt @ rev 21578

updated davfs2 (1.5.4 -> 1.5.6)
author Hans-G?nter Theisgen
date Tue Jun 23 15:33:53 2020 +0100 (2020-06-23)
parents d5aab818505e
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
pascal@13736 2
pascal@13736 3 PACKAGE="xbattle"
pascal@13736 4 VERSION="5.4.1"
pascal@13736 5 CATEGORY="games"
al@21020 6 SHORT_DESC="Concurrent multi-player battle strategy game for X11"
pascal@13736 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15604 8 LICENSE="other"
al@20949 9 WEB_SITE="https://web.archive.org/web/20011128105604/http://cns-web.bu.edu/pub/xpip/html/xbattle.html"
al@21020 10
pascal@13736 11 TARBALL="${PACKAGE}_$VERSION.orig.tar.gz"
pascal@13736 12 WGET_URL="$WEB_SITE/downloads/$VERSION/$TARBALL"
pascal@13736 13
al@21078 14 BUILD_DEPENDS="imake xorg-dev"
pascal@13736 15
al@21020 16 compile_rules() {
pascal@13736 17 xmkmf
al@21020 18 make &&
al@21020 19 make DESTDIR=$install install
pascal@13736 20 }
pascal@13736 21
al@21020 22 genpkg_rules() {
al@21020 23 copy @std
al@21020 24 DEPENDS="xorg"
al@21078 25 SUGGESTED="xhost"
pascal@13736 26 }