wok view primateplunge/receipt @ rev 22991

updated l3afpad (0.8.18.1.10 -> 0.8.18.1.11)
author Hans-G?nter Theisgen
date Sun Mar 01 17:39:44 2020 +0100 (2020-03-01)
parents 705872045622
children ad8b9ff412d2
line source
1 # SliTaz package receipt.
3 PACKAGE="primateplunge"
4 VERSION="1.1"
5 CATEGORY="games"
6 SHORT_DESC="Primate plunge game"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="other"
9 WEB_SITE="https://www.aelius.com/primateplunge/"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="${WEB_SITE}$TARBALL"
13 DEPENDS="libsdl-mixer"
14 BUILD_DEPENDS="libsdl-mixer-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure $CONFIGURE_ARGS && make && make install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 cp -a $install/* $fs
26 mkdir -p $fs/usr/share/licenses
27 cp $src/COPYING $fs/usr/share/licenses/$PACKAGE
28 }