wok-next view qqwing/receipt @ rev 20793

Add GNOME games.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jun 10 02:36:11 2018 +0300 (2018-06-10)
parents
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="qqwing"
4 VERSION="1.3.4"
5 CATEGORY="games"
6 SHORT_DESC="Sudoku generating and solving software"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://qqwing.com/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://qqwing.com/$TARBALL"
14 SPLIT="qqwing-dev"
16 compile_rules() {
17 ./configure $CONFIGURE_ARGS &&
18 fix libtool &&
19 make &&
20 make install
21 }
23 genpkg_rules() {
24 case $PACKAGE in
25 qqwing) copy @std;;
26 *-dev) copy @dev;;
27 esac
28 }