wok-next 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 | 310fee6a1186 |
children | 8ebcb0ded385 |
files | xsnow/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/xsnow/receipt Sun Jan 10 21:57:16 2016 +0100 1.3 @@ -0,0 +1,26 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="xsnow" 1.7 +VERSION="1.42" 1.8 +CATEGORY="misc" 1.9 +SHORT_DESC="X-windows application that will let it snow on the desktop." 1.10 +MAINTAINER="Lucas Levrel <llev@slitaz.org>" 1.11 +LICENSE="Freeware" 1.12 +WEB_SITE="http://janswaal.home.xs4all.nl/Xsnow/" 1.13 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 +WGET_URL="$WEB_SITE/$TARBALL" 1.15 + 1.16 +DEPENDS="xorg-libXpm xorg-libXext" 1.17 +BUILD_DEPENDS="xorg-imake xorg-gccmakedep" 1.18 + 1.19 +# Rules to configure and make the package. 1.20 +compile_rules() 1.21 +{ 1.22 + xmkmf && make depend && make && make install 1.23 +} 1.24 + 1.25 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.26 +genpkg_rules() 1.27 +{ 1.28 + cp -a $install/* $fs 1.29 +}