wok-next view xmahjongg/receipt @ rev 21349

build efl with meson
author Hans-G?nter Theisgen
date Thu Apr 09 16:25:22 2020 +0100 (2020-04-09)
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 }