wok-next view xsnow/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 d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xsnow"
4 VERSION="1.42"
5 CATEGORY="misc"
6 SHORT_DESC="X-windows application that will let it snow on the desktop"
7 MAINTAINER="Lucas Levrel <llev@slitaz.org>"
8 LICENSE="Freeware"
9 WEB_SITE="http://janswaal.home.xs4all.nl/Xsnow/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$WEB_SITE/$TARBALL"
14 BUILD_DEPENDS="imake gccmakedep libx11-dev libxpm-dev \
15 libxext-dev libxt-dev"
17 compile_rules() {
18 xmkmf &&
19 make depend &&
20 make &&
21 make install || return 1
23 install -Dm644 $stuff/xsnow.desktop $install/usr/share/applications/xsnow.desktop
24 install -Dm755 $stuff/xsnow.sh $install/usr/bin/xsnow.sh
25 }
27 genpkg_rules() {
28 copy @std
29 DEPENDS="libxpm libxext"
30 }