wok-next rev 21417
updated puppet (2.7.19 -> 6.14.0)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 27 17:07:15 2020 +0100 (2020-04-27) |
parents | 92593f1b2e4e |
children | 5df636835bf0 |
files | puppet/receipt |
line diff
1.1 --- a/puppet/receipt Mon Apr 27 17:00:21 2020 +0100 1.2 +++ b/puppet/receipt Mon Apr 27 17:07:15 2020 +0100 1.3 @@ -1,31 +1,35 @@ 1.4 # SliTaz package receipt v2. 1.5 1.6 PACKAGE="puppet" 1.7 -VERSION="2.7.19" 1.8 +VERSION="6.14.0" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="A system for automating system administration tasks" 1.11 -MAINTAINER="devel@slitaz.org" 1.12 +MAINTAINER="maintainer@slitaz.org" 1.13 LICENSE="Apache" 1.14 WEB_SITE="https://puppet.com/" 1.15 1.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 -WGET_URL="http://downloads.puppetlabs.com/puppet/$TARBALL" 1.18 +WGET_URL="https://downloads.puppetlabs.com/puppet/$TARBALL" 1.19 1.20 BUILD_DEPENDS="ruby-dev ruby-facter" 1.21 1.22 -compile_rules() { 1.23 - ruby ./install.rb \ 1.24 - --destdir=$install \ 1.25 - --bindir=/usr/bin \ 1.26 - --sbindir=/usr/sbin \ 1.27 +compile_rules() 1.28 +{ 1.29 + ruby ./install.rb \ 1.30 + --destdir=$install \ 1.31 + --bindir=/usr/bin \ 1.32 + --sbindir=/usr/sbin \ 1.33 --mandir=/usr/share/man 1.34 } 1.35 1.36 -genpkg_rules() { 1.37 +genpkg_rules() 1.38 +{ 1.39 mkdir -p $fs/usr 1.40 - cp -a $install/etc $fs 1.41 - cp -a $install/usr/*bin $fs/usr 1.42 - cp -a $install/usr/lib $fs/usr 1.43 + 1.44 + cp -a $install/etc $fs 1.45 + cp -a $install/usr/*bin $fs/usr 1.46 + cp -a $install/usr/lib $fs/usr 1.47 cd $fs/usr/bin && mv pi puppet-pi 1.48 + 1.49 DEPENDS="ruby ruby-facter" 1.50 }