wok-next annotate 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
rev   line source
al@20765 1 # SliTaz package receipt v2.
al@20765 2
al@20765 3 PACKAGE="xmahjongg"
al@20765 4 VERSION="3.7"
al@20765 5 CATEGORY="games"
al@20765 6 SHORT_DESC="Solitaire Mah Jongg game"
al@20765 7 MAINTAINER="al.bobylev@gmail.com"
al@20765 8 LICENSE="GPL2"
al@20765 9 WEB_SITE="http://www.lcdf.org/xmahjongg/"
al@20765 10
al@20765 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20765 12 WGET_URL="http://www.lcdf.org/xmahjongg/$TARBALL"
al@20765 13
al@21078 14 BUILD_DEPENDS="libx11-dev libxt-dev"
al@20765 15
al@20765 16 compile_rules() {
al@20765 17 ./configure $CONFIGURE_ARGS &&
al@20765 18 make &&
al@20765 19 make install
al@20765 20 }
al@20765 21
al@20765 22 genpkg_rules() {
al@20765 23 copy @std
al@21078 24 DEPENDS="libx11"
al@20765 25 }