wok-next view xmahjongg/receipt @ rev 21303

updated gujin (2.8.6 -> 2.8.7)
author Hans-G?nter Theisgen
date Tue Dec 10 07:57:29 2019 +0100 (2019-12-10)
parents dc7e6a02b8bf
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xmahjongg"
4 VERSION="3.7"
5 CATEGORY="games"
6 SHORT_DESC="Solitaire Mah Jongg game"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.lcdf.org/xmahjongg/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://www.lcdf.org/xmahjongg/$TARBALL"
14 BUILD_DEPENDS="libx11-dev libxt-dev"
16 compile_rules() {
17 ./configure $CONFIGURE_ARGS &&
18 make &&
19 make install
20 }
22 genpkg_rules() {
23 copy @std
24 DEPENDS="libx11"
25 }