wok-next view xsnow/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
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 }