wok-next view xrick/receipt @ rev 11623

amule, emelfm2, fpm2, gcolor2, gftp, grisbi; grsync, htop, hydrogen, kino, lingot, listpatron, lostirc, mitter, mplayer*, notecase, obconf, osmo, sakura, sylpheed, tilda, transmission, xine-ui, xsane: install .desktop file
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 24 22:51:41 2012 +0100 (2012-01-24)
parents 0ca665c79af1
children eb8067417980
line source
1 # SliTaz package receipt.
3 PACKAGE="xrick"
4 VERSION="021212"
5 CATEGORY="games"
6 SHORT_DESC="Rick Dangerous"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="libsdl zlib"
9 BUILD_DEPENDS="libsdl-dev"
10 TARBALL="$PACKAGE-$VERSION.tgz"
11 WEB_SITE="http://www.bigorno.net/xrick/"
12 WGET_URL="http://www.bigorno.net/xrick/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 make
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr/bin \
25 $fs/usr/share/xrick
27 cp -a $src/$PACKAGE $fs/usr/bin
28 cp -a $src/data.zip $fs/usr/share/xrick
29 cp -a $src/KeyCodes $fs/usr/share/xrick
30 }