wok-next diff xfce4-slitaz-config/receipt @ rev 21047

Up tazpkg (971), cookutils (1095)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Nov 26 21:15:05 2018 +0200 (2018-11-26)
parents cd7906120828
children
line diff
     1.1 --- a/xfce4-slitaz-config/receipt	Sat Jul 14 17:43:03 2018 +0300
     1.2 +++ b/xfce4-slitaz-config/receipt	Mon Nov 26 21:15:05 2018 +0200
     1.3 @@ -1,21 +1,17 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="xfce4-slitaz-config"
     1.8  VERSION="0.1"
     1.9  CATEGORY="misc"
    1.10  SHORT_DESC="Slitaz config files for XFCE"
    1.11 -MAINTAINER="erjo@slitaz.org"
    1.12 +MAINTAINER="devel@slitaz.org"
    1.13  LICENSE="BSD"
    1.14 -WEB_SITE="http://www.slitaz.org"
    1.15 +WEB_SITE="http://www.slitaz.org/"
    1.16  REPOLOGY="-"
    1.17  
    1.18 -DEPENDS="xfce4"
    1.19 -
    1.20 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.21 -genpkg_rules()
    1.22 -{
    1.23 +genpkg_rules() {
    1.24  	mkdir -p $fs/usr/share $fs/etc
    1.25 -	cp -a stuff/xdg $fs/etc
    1.26 -	cp -a stuff/applications $fs/usr/share/applications
    1.27 +	cp -a $stuff/xdg $fs/etc
    1.28 +	cp -a $stuff/applications $fs/usr/share/applications
    1.29 +	DEPENDS="xfce4"
    1.30  }
    1.31 -