wok-next annotate xsnow/receipt @ rev 20228

update some bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Nov 06 00:09:37 2017 +0100 (2017-11-06)
parents cc044c37d3ba
children d5aab818505e
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"
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
llevrel@18800 17 # Rules to configure and make the package.
llevrel@18800 18 compile_rules()
llevrel@18800 19 {
llevrel@18800 20 xmkmf && make depend && make && make install
llevrel@18814 21 mkdir -p $install/usr/share/applications
llevrel@18814 22 cp -a $stuff/xsnow.desktop $install/usr/share/applications
llevrel@18814 23 cp -a $stuff/xsnow.sh $install/usr/bin
llevrel@18800 24 }
llevrel@18800 25
llevrel@18800 26 # Rules to gen a SliTaz package suitable for Tazpkg.
llevrel@18800 27 genpkg_rules()
llevrel@18800 28 {
llevrel@18800 29 cp -a $install/* $fs
llevrel@18800 30 }