wok-next view xmountains/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents 8e1b2a143eb3
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xmountains"
4 VERSION="2.9.postgit20180126"
5 COMMIT="8c3d8c8"
6 CATEGORY="x-window"
7 SHORT_DESC="X11 based fractal landscape generator"
8 MAINTAINER="al.bobylev@gmail.com"
9 LICENSE="MIT"
10 WEB_SITE="https://spbooth.github.io/xmountains/"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="https://github.com/spbooth/xmountains/archive/$COMMIT.tar.gz"
15 # original web page is down
16 # original version 2.9 available here:
17 # http://archive.ubuntu.com/ubuntu/pool/universe/x/xmountains/xmountains_2.9.orig.tar.gz
19 BUILD_DEPENDS="imake xorgproto libx11-dev xbitmaps"
21 compile_rules() {
22 xmkmf &&
23 sed -i 's|/usr/man|/usr/share/man|' Makefile &&
24 make &&
25 make install &&
26 make install.man || return 1
28 install -Dm644 xmountains.fr.man $install/usr/share/man/fr/man1/xmountains.1x
30 rm docs/google*
31 cook_pick_docs docs/*
32 }
34 genpkg_rules() {
35 copy @std
36 DEPENDS="libx11"
37 }