wok-next view rubix/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 d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="rubix"
4 VERSION="1.0.6"
5 CATEGORY="games"
6 SHORT_DESC="A 3D rubiks cube game for X"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="PublicDomain"
9 WEB_SITE="http://sed.free.fr/rubix"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="$WEB_SITE/$TARBALL"
14 BUILD_DEPENDS="xorg-dev"
16 compile_rules() {
17 ./configure \
18 --prefix=/usr \
19 $CONFIGURE_ARGS
20 make &&
21 install -Dm 755 $src/rubix $install/usr/bin/rubix
22 }
24 genpkg_rules() {
25 copy @std
26 DEPENDS="xorg-libX11 xorg-libxcb xorg-libXau xorg-libXdmcp"
27 }