wok rev 18329
A collection of wallpapers for SliTaz.
author | Leonardo Laporte <hackdorte@sapo.pt> |
---|---|
date | Wed Sep 09 03:45:43 2015 -0300 (2015-09-09) |
parents | eddeebf9b541 |
children | 0c87072c012d |
files | slitaz-backgrounds/description.txt slitaz-backgrounds/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/slitaz-backgrounds/description.txt Wed Sep 09 03:45:43 2015 -0300 1.3 @@ -0,0 +1,1 @@ 1.4 +A collection of wallpapers for SliTaz. It contains beautiful images for your desktop. All images are available at: /usr/share/backgrounds.
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/slitaz-backgrounds/receipt Wed Sep 09 03:45:43 2015 -0300 2.3 @@ -0,0 +1,28 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="slitaz-backgrounds" 2.7 +VERSION="1.0" 2.8 +CATEGORY="x-window" 2.9 +SHORT_DESC="A collection of beautiful wallpapers for SliTaz." 2.10 +MAINTAINER="hackdorte@sapo.pt" 2.11 +LICENSE="PublicDomain" 2.12 +WEB_SITE="http://people.slitaz.org/~leonardolaporte/slitaz/source/backgrounds" 2.13 + 2.14 +TARBALL="papers.tar.gz" 2.15 +WGET_URL="$WEB_SITE/$TARBALL" 2.16 + 2.17 +DEPENDS="" 2.18 +BUILD_DEPENDS="wget" 2.19 + 2.20 +# Rules to configure and make the package. 2.21 +compile_rules() 2.22 +{ 2.23 + mkdir -p $install/usr/share/backgrounds 2.24 + cp -a $src/* $install/usr/share/backgrounds 2.25 +} 2.26 + 2.27 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.28 +genpkg_rules() 2.29 +{ 2.30 + cp -a $install/* $fs 2.31 +}