wok diff get-community-backgrounds/receipt @ rev 24099

Up openssh (8.7p1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 16 08:39:38 2021 +0000 (2021-09-16)
parents ead6a835d5b5
children
line diff
     1.1 --- a/get-community-backgrounds/receipt	Fri Apr 22 17:56:36 2016 -0300
     1.2 +++ b/get-community-backgrounds/receipt	Thu Sep 16 08:39:38 2021 +0000
     1.3 @@ -1,21 +1,22 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="get-community-backgrounds"
     1.7 -VERSION="002"
     1.8 +VERSION="1.00"
     1.9  CATEGORY="x-window"
    1.10 +TAGS="artwork background wallpaper"
    1.11  SHORT_DESC="Beautiful wallpapers created by the Slitaz Community."
    1.12  MAINTAINER="hackdorte@sapo.pt"
    1.13 -LICENSE="BSD"
    1.14 -WEB_SITE="https://github.com/hackdorte/slitaz-community-backgrounds"
    1.15 -TAGS="artwork background wallpaper"
    1.16 +LICENSE="GPLv3"
    1.17 +WEB_SITE="https://github.com/Slitaz-official/hackdorte-artwork"
    1.18  
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
    1.21  {
    1.22 -  mkdir -p $fs/usr/bin
    1.23 -  cp stuff/* $fs/usr/bin
    1.24 +  mkdir -p	$fs/usr/bin
    1.25 +  cp stuff/*	$fs/usr/bin
    1.26  }
    1.27 +
    1.28  post_install()
    1.29  {
    1.30    [ "$1" ] || get-community-backgrounds
    1.31 -}
    1.32 \ No newline at end of file
    1.33 +}