wok-current annotate xsnow/receipt @ rev 18800
Add xsnow: happy new year!
author | Lucas Levrel <llevrel@yahoo.fr> |
---|---|
date | Sun Jan 10 21:57:16 2016 +0100 (2016-01-10) |
parents | |
children | cc044c37d3ba |
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@18800 | 20 } |
llevrel@18800 | 21 |
llevrel@18800 | 22 # Rules to gen a SliTaz package suitable for Tazpkg. |
llevrel@18800 | 23 genpkg_rules() |
llevrel@18800 | 24 { |
llevrel@18800 | 25 cp -a $install/* $fs |
llevrel@18800 | 26 } |