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

1. update also pinentry-gtk to new version 2. add to both fltk-dev so fltk-config is found 3. I want to force also a build to see if it really builds OKish here (see wok-build)
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 11:23:42 2018 +0000 (2018-06-09)
parents 7639f09792cf
children 659d94ea297b
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xgalaga++"
4 VERSION="0.8.4"
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="$WEB_SITE/$TARBALL"
14 BUILD_DEPENDS="xorg-dev"
16 compile_rules() {
17 make xgalaga++ &&
18 install -Dm755 $src/xgalaga++ $install/usr/bin/xgalaga++
19 }
21 genpkg_rules() {
22 copy @std
23 DEPENDS="xorg-libX11 xorg-libXpm xorg-libxcb xorg-libXau xorg-libXdmcp"
24 }