wok view xscavenger/receipt @ rev 13821

[A-e]*/*.desktop files: sort (for easy reading), add translations (from web + my ru), verify (using desktop-file-validate), fix. To be continued...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jan 07 01:07:44 2013 +0000 (2013-01-07)
parents 99837d8e7be5
children 23c3aed67cd9
line source
1 # SliTaz package receipt.
3 PACKAGE="xscavenger"
4 VERSION="1.4.4"
5 CATEGORY="games"
6 SHORT_DESC="Lode Runner rewritten for X11."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://www.xdr.com/dash/scavenger.html"
9 TARBALL="$PACKAGE-$VERSION.tgz"
10 WGET_URL="$(dirname $WEB_SITE)/$TARBALL"
12 DEPENDS="xorg"
13 BUILD_DEPENDS="xorg-imake xorg-dev"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src/src
19 cp scavenger.6 scavenger.man
20 xmkmf
21 make && make DESTDIR=$DESTDIR install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/usr $fs
28 cp -a $stuff/*/ $fs
29 }