wok view xsnow/receipt @ rev 21845

updated rox packages (2.8 -> 2.11)
author Hans-G?nter Theisgen
date Sun Sep 15 11:06:31 2019 +0100 (2019-09-15)
parents ad074da5360c
children 318701ea94ca
line source
1 # SliTaz package receipt.
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/"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="$WEB_SITE/$TARBALL"
13 DEPENDS="xorg-libXpm xorg-libXext"
14 BUILD_DEPENDS="xorg-imake xorg-gccmakedep"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 xmkmf && make depend && make && make install
20 mkdir -p $install/usr/share/applications
21 cp -a $stuff/xsnow.desktop $install/usr/share/applications
22 cp -a $stuff/xsnow.sh $install/usr/bin
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $install/* $fs
29 }