wok-next annotate gweled/receipt @ rev 21402

updated php (7.4.4 -> 7.4.5)
author Hans-G?nter Theisgen
date Tue Apr 21 07:47:41 2020 +0100 (2020-04-21)
parents f48456621a9d
children
rev   line source
pascal@16182 1 # SliTaz package receipt.
pascal@16182 2
pascal@16182 3 PACKAGE="gweled"
pascal@16182 4 VERSION="0.9.1"
pascal@16182 5 CATEGORY="games"
al@21020 6 SHORT_DESC="Gweled game"
pascal@16182 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@16182 8 LICENSE="GPL2"
al@21020 9 WEB_SITE="https://launchpad.net/gweled"
al@21020 10
pascal@16182 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@16182 12 WGET_URL="$WEB_SITE/trunk/$VERSION/+download/$TARBALL"
pascal@16182 13
al@21020 14 BUILD_DEPENDS="intltool gtk2-dev librsvg-dev libmikmod-dev"
pascal@16182 15
al@21020 16 compile_rules() {
al@21020 17 ./configure \
al@21020 18 --prefix=/usr \
pascal@16182 19 --localstatedir=/var \
pascal@16182 20 --mandir=/usr/share/man \
pascal@16182 21 $CONFIGURE_ARGS &&
pascal@16182 22 make &&
al@21020 23 make DESTDIR=$install install
pascal@16182 24 }
pascal@16182 25
al@21020 26 genpkg_rules() {
pascal@16182 27 cp -a $install/* $fs
al@21020 28 DEPENDS="gtk2 librsvg libmikmod"
pascal@16182 29 }