wok-next annotate xsnow/receipt @ rev 21114

startup-notification: redesign
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jan 12 15:31:59 2019 +0200 (2019-01-12)
parents d5aab818505e
children
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
al@21078 14 BUILD_DEPENDS="imake gccmakedep libx11-dev libxpm-dev \
al@21078 15 libxext-dev 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@21078 29 DEPENDS="libxpm libxext"
llevrel@18800 30 }