wok-next diff puppet-dashboard/receipt @ rev 21025

Update tzdata (2018g)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Nov 03 04:10:29 2018 +0200 (2018-11-03)
parents bf4a09ef1d2e
children 5ffe59e2de3a
line diff
     1.1 --- a/puppet-dashboard/receipt	Fri Oct 18 22:13:53 2013 +0000
     1.2 +++ b/puppet-dashboard/receipt	Sat Nov 03 04:10:29 2018 +0200
     1.3 @@ -3,8 +3,8 @@
     1.4  PACKAGE="puppet-dashboard"
     1.5  VERSION="1.2.10"
     1.6  CATEGORY="network"
     1.7 -SHORT_DESC="Web tracking frontend to puppet."
     1.8 -MAINTAINER="pankso@slitaz.org"
     1.9 +SHORT_DESC="Web tracking frontend to puppet"
    1.10 +MAINTAINER="devel@slitaz.org"
    1.11  LICENSE="Apache"
    1.12  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.13  WEB_SITE="http://www.puppetlabs.com/"
    1.14 @@ -13,9 +13,7 @@
    1.15  DEPENDS="ruby puppet"
    1.16  BUILD_DEPENDS="ruby-dev"
    1.17  
    1.18 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.19 -genpkg_rules()
    1.20 -{
    1.21 +genpkg_rules() {
    1.22  	mkdir -p $fs/usr/share
    1.23  	cp -a $src $fs/usr/share/puppet-dashboard
    1.24  }