wok annotate xsnow/receipt @ rev 23689
updated sysstat (12.1.7 -> 12.3.2)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Apr 26 17:56:55 2020 +0100 (2020-04-26) |
parents | ad074da5360c |
children | 318701ea94ca |
rev | line source |
---|---|
llevrel@18800 | 1 # SliTaz package receipt. |
llevrel@18800 | 2 |
llevrel@18800 | 3 PACKAGE="xsnow" |
llevrel@18800 | 4 VERSION="1.42" |
llevrel@18800 | 5 CATEGORY="misc" |
llevrel@18800 | 6 SHORT_DESC="X-windows application that will let it snow on the desktop." |
llevrel@18800 | 7 MAINTAINER="Lucas Levrel <llev@slitaz.org>" |
llevrel@18800 | 8 LICENSE="Freeware" |
llevrel@18800 | 9 WEB_SITE="http://janswaal.home.xs4all.nl/Xsnow/" |
llevrel@18800 | 10 TARBALL="$PACKAGE-$VERSION.tar.gz" |
llevrel@18800 | 11 WGET_URL="$WEB_SITE/$TARBALL" |
llevrel@18800 | 12 |
llevrel@18800 | 13 DEPENDS="xorg-libXpm xorg-libXext" |
llevrel@18800 | 14 BUILD_DEPENDS="xorg-imake xorg-gccmakedep" |
llevrel@18800 | 15 |
llevrel@18800 | 16 # Rules to configure and make the package. |
llevrel@18800 | 17 compile_rules() |
llevrel@18800 | 18 { |
llevrel@18800 | 19 xmkmf && make depend && make && make install |
llevrel@18814 | 20 mkdir -p $install/usr/share/applications |
llevrel@18814 | 21 cp -a $stuff/xsnow.desktop $install/usr/share/applications |
llevrel@18814 | 22 cp -a $stuff/xsnow.sh $install/usr/bin |
llevrel@18800 | 23 } |
llevrel@18800 | 24 |
llevrel@18800 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
llevrel@18800 | 26 genpkg_rules() |
llevrel@18800 | 27 { |
llevrel@18800 | 28 cp -a $install/* $fs |
llevrel@18800 | 29 } |