wok diff slitaz-backgrounds/receipt @ 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
children 801c55e270d3
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/slitaz-backgrounds/receipt	Wed Sep 09 03:45:43 2015 -0300
     1.3 @@ -0,0 +1,28 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="slitaz-backgrounds"
     1.7 +VERSION="1.0"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="A collection of beautiful wallpapers for SliTaz."
    1.10 +MAINTAINER="hackdorte@sapo.pt"
    1.11 +LICENSE="PublicDomain"
    1.12 +WEB_SITE="http://people.slitaz.org/~leonardolaporte/slitaz/source/backgrounds"
    1.13 +
    1.14 +TARBALL="papers.tar.gz"
    1.15 +WGET_URL="$WEB_SITE/$TARBALL"
    1.16 +
    1.17 +DEPENDS=""
    1.18 +BUILD_DEPENDS="wget"
    1.19 +
    1.20 +# Rules to configure and make the package.
    1.21 +compile_rules()
    1.22 +{
    1.23 +  mkdir -p $install/usr/share/backgrounds
    1.24 +  cp -a $src/* $install/usr/share/backgrounds
    1.25 +}
    1.26 +
    1.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.28 +genpkg_rules()
    1.29 +{
    1.30 +  cp -a $install/* $fs
    1.31 +}