wok view primateplunge/receipt @ rev 14275

Add: primateplunge
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Apr 06 13:06:23 2013 +0000 (2013-04-06)
parents
children 705872045622
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="http://www.aelius.com/primateplunge/"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="${WEBSITE}$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 }