wok view xscavenger/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents 2cf22d62d7ce
children 7c0170dd3ecc
line source
1 # SliTaz package receipt.
3 PACKAGE="xscavenger"
4 VERSION="1.4.5"
5 CATEGORY="games"
6 SHORT_DESC="Lode Runner rewritten for X11."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://web.archive.org/web/20140331111504/http://www.xdr.com/dash/scavenger.html"
11 TARBALL="$PACKAGE-$VERSION.tgz"
12 ARCHIVE="https://web.archive.org/web/20120609005153if_/"
13 WGET_URL="${ARCHIVE}$(dirname $WEB_SITE)/$TARBALL"
14 WGET_URL="${WEB_SITE}downloads/$TARBALL"
16 DEPENDS="alsa-lib xorg"
17 BUILD_DEPENDS="alsa-lib-dev xorg-imake xorg-dev"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 cd $src/src
23 cp scavenger.6 scavenger.man
24 xmkmf
25 make &&
26 make DESTDIR=$DESTDIR install
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 cp -a $install/usr $fs
33 cp -a $stuff/*/ $fs
34 }