wok-next view xgalaga++/receipt @ rev 21543

updated ccid (1.4.30 -> 1.4.32)
author Hans-G?nter Theisgen
date Sun Jun 21 17:20:25 2020 +0100 (2020-06-21)
parents 659d94ea297b
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xgalaga++"
4 VERSION="0.9"
5 CATEGORY="games"
6 SHORT_DESC="A clone of the classic game Galaga for the X Window System"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://marc.mongenet.ch/OSS/XGalaga/"
11 TARBALL="${PACKAGE}_$VERSION.tar.gz"
12 WGET_URL="http://marc.mongenet.ch/OSS/XGalaga/$TARBALL"
14 BUILD_DEPENDS="libx11-dev libxpm-dev"
16 compile_rules() {
17 make xgalaga++ &&
18 install -Dm755 xgalaga++ $install/usr/bin/xgalaga++
19 }
21 genpkg_rules() {
22 copy @std
23 DEPENDS="libx11 libxpm"
24 }