wok-next annotate xsnow/receipt @ rev 21020
Cleaning is almost finished... I should proceed to upgrades.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Nov 02 14:15:08 2018 +0200 (2018-11-02) |
parents | 145bc1c732ca |
children | 5669e8b3be70 |
rev | line source |
---|---|
al@21020 | 1 # SliTaz package receipt v2. |
llevrel@18800 | 2 |
llevrel@18800 | 3 PACKAGE="xsnow" |
llevrel@18800 | 4 VERSION="1.42" |
llevrel@18800 | 5 CATEGORY="misc" |
al@21020 | 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/" |
al@21020 | 10 |
llevrel@18800 | 11 TARBALL="$PACKAGE-$VERSION.tar.gz" |
llevrel@18800 | 12 WGET_URL="$WEB_SITE/$TARBALL" |
llevrel@18800 | 13 |
pascal@20228 | 14 BUILD_DEPENDS="xorg-imake xorg-gccmakedep xorg-libX11-dev xorg-libXpm-dev \ |
pascal@20228 | 15 xorg-libXext-dev xorg-libXt-dev" |
llevrel@18800 | 16 |
al@21020 | 17 compile_rules() { |
al@21020 | 18 xmkmf && |
al@21020 | 19 make depend && |
al@21020 | 20 make && |
al@21020 | 21 make install || return 1 |
al@21020 | 22 |
al@21020 | 23 install -Dm644 $stuff/xsnow.desktop $install/usr/share/applications/xsnow.desktop |
al@21020 | 24 install -Dm755 $stuff/xsnow.sh $install/usr/bin/xsnow.sh |
llevrel@18800 | 25 } |
llevrel@18800 | 26 |
al@21020 | 27 genpkg_rules() { |
al@21020 | 28 copy @std |
al@21020 | 29 DEPENDS="xorg-libXpm xorg-libXext" |
llevrel@18800 | 30 } |