wok view primateplunge/receipt @ rev 16381

ARM: add openvpn, openssh, fuse, sshfs-fuse and more
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 15 04:46:37 2014 +0200 (2014-04-15)
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 }