wok-current rev 18980
Up: New wallpapers and new mirror.
author | Leonardo Laporte <hackdorte@sapo.pt> |
---|---|
date | Tue Mar 15 05:30:13 2016 -0300 (2016-03-15) |
parents | 96de8ee0aaa5 |
children | 16fdecc76f19 |
files | slitaz-backgrounds/receipt |
line diff
1.1 --- a/slitaz-backgrounds/receipt Mon Mar 14 23:42:02 2016 +0200 1.2 +++ b/slitaz-backgrounds/receipt Tue Mar 15 05:30:13 2016 -0300 1.3 @@ -1,15 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="slitaz-backgrounds" 1.7 -VERSION="1.0.1" 1.8 +VERSION="2.0" 1.9 CATEGORY="x-window" 1.10 -SHORT_DESC="A collection of beautiful wallpapers for SliTaz." 1.11 +SHORT_DESC="Additional backgrounds for Slitaz GNU/Linux." 1.12 MAINTAINER="hackdorte@sapo.pt" 1.13 -LICENSE="BSD" 1.14 -WEB_SITE="http://people.slitaz.org/~leonardolaporte/slitaz/source/backgrounds" 1.15 +LICENSE="PublicDomain" 1.16 +WEB_SITE="https://github.com/hackdorte/slitaz-backgrounds" 1.17 1.18 -TARBALL="papers.tar.gz" 1.19 -WGET_URL="$WEB_SITE/$TARBALL" 1.20 +TARBALL="master.zip" 1.21 +WGET_URL="$WEB_SITE/archive/$TARBALL" 1.22 1.23 DEPENDS="" 1.24 BUILD_DEPENDS="wget" 1.25 @@ -26,3 +26,8 @@ 1.26 { 1.27 cp -a $install/* $fs 1.28 } 1.29 + 1.30 +post_install() 1.31 +{ 1.32 + rm -irf /usr/share/images/README.md 1.33 +}