wok view xrick/receipt @ rev 6928

Up: elfutils to 0.149. Fixed it to build in clean chroot. Fixed it also to download sources with real wget by since sources are on https host. So now elfutils can download its sources just fine.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Oct 22 22:36:22 2010 +0000 (2010-10-22)
parents 3ee8a4a0be3d
children c71f826f23cb
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/applications \
26 $fs/usr/share/pixmaps \
27 $fs/usr/share/xrick
29 cp -a $src/$PACKAGE $fs/usr/bin
30 cp -a $src/data.zip $fs/usr/share/xrick
31 cp -a $src/KeyCodes $fs/usr/share/xrick
32 cp -a stuff/xrick.png $fs/usr/share/pixmaps
33 cp -a stuff/xrick.desktop $fs/usr/share/applications
34 }