wok view primateplunge/receipt @ rev 16452

Add: SkypeFreak
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Apr 19 12:42:09 2014 +0300 (2014-04-19)
parents 3d58ea8d09d4
children 6135577f4d08
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="${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 }