wok view primateplunge/receipt @ rev 20700

updated afio (2.5.1 -> 2.5.2)
author Hans-G?nter Theisgen
date Tue Feb 05 17:01:36 2019 +0100 (2019-02-05)
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 }