wok-undigest rev 1150

Up: slitaz-base-files, cookutils, tazpkg (synchronize with cooking wok).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jun 23 11:44:57 2015 +0300 (2015-06-23)
parents 1e811222d0b2
children 7384efde91bf
files cookutils-daemon/receipt cookutils/receipt slitaz-base-files/receipt tazpkg/receipt
line diff
     1.1 --- a/cookutils-daemon/receipt	Sun May 10 13:56:03 2015 +0300
     1.2 +++ b/cookutils-daemon/receipt	Tue Jun 23 11:44:57 2015 +0300
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="cookutils-daemon"
     1.7 -VERSION="733"
     1.8 +VERSION="745"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="SliTaz Cooker daemon script for build host."
    1.11  MAINTAINER="pankso@slitaz.org"
     2.1 --- a/cookutils/receipt	Sun May 10 13:56:03 2015 +0300
     2.2 +++ b/cookutils/receipt	Tue Jun 23 11:44:57 2015 +0300
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="cookutils"
     2.7 -VERSION="733"
     2.8 +VERSION="745"
     2.9  CATEGORY="base-system"
    2.10  SHORT_DESC="SliTaz packages builder new generation."
    2.11  MAINTAINER="pankso@slitaz.org"
     3.1 --- a/slitaz-base-files/receipt	Sun May 10 13:56:03 2015 +0300
     3.2 +++ b/slitaz-base-files/receipt	Tue Jun 23 11:44:57 2015 +0300
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="slitaz-base-files"
     3.7 -VERSION="5.6.5"
     3.8 +VERSION="278"
     3.9  CATEGORY="base-system"
    3.10  SHORT_DESC="Linux tree and the necessary files for the base system."
    3.11  MAINTAINER="pankso@slitaz.org"
    3.12 @@ -58,7 +58,6 @@
    3.13  		$fs/usr/bin \
    3.14  		$fs/usr/games \
    3.15  		$fs/usr/lib \
    3.16 -		$fs/usr/local \
    3.17  		$fs/usr/sbin \
    3.18  		$fs/usr/share/doc \
    3.19  		$fs/var/cache \
    3.20 @@ -86,21 +85,24 @@
    3.21  	# Populate /dev with $fs/sbin/mktazdevs.sh.
    3.22  	$fs/sbin/mktazdevs.sh $fs/dev
    3.23  
    3.24 -	# Creat /etc/mtab symlink.
    3.25 +	# Create /etc/mtab symlink.
    3.26  	cd $fs/etc
    3.27  	ln -s /proc/mounts mtab
    3.28  
    3.29  	# Fix httphelper link
    3.30  	cd $fs/usr/lib/slitaz
    3.31  	ln -s httphelper.sh httphelper
    3.32 +
    3.33 +	# Update copyright year
    3.34 +	grep -rl 'copy; 2' $fs/var/www | xargs \
    3.35 +		sed -i "s/copy; [0-9]*/copy; $(date +%Y)/"
    3.36  }
    3.37  
    3.38  # Pre and post install to backup all /etc/settings
    3.39  #
    3.40  pre_install()
    3.41  {
    3.42 -	local root
    3.43 -	root=$1
    3.44 +	local root="$1"
    3.45  	cp -a $root/etc $root/tmp/etc.bak 2>/dev/null
    3.46  	# Remove old /var/run symlink
    3.47  	rm -f $root/var/run
    3.48 @@ -108,8 +110,7 @@
    3.49  
    3.50  post_install()
    3.51  {
    3.52 -	local root
    3.53 -	root=$1
    3.54 +	local root="$1"
    3.55  	cp -a $root/tmp/etc.bak/* $root/etc 2>/dev/null
    3.56  	rm -rf $root/tmp/etc.bak
    3.57  
    3.58 @@ -124,6 +125,6 @@
    3.59  
    3.60  pre_remove()
    3.61  {
    3.62 -	# We can not remove this package !
    3.63 +	# We can not remove this package!
    3.64  	exit 1
    3.65  }
     4.1 --- a/tazpkg/receipt	Sun May 10 13:56:03 2015 +0300
     4.2 +++ b/tazpkg/receipt	Tue Jun 23 11:44:57 2015 +0300
     4.3 @@ -1,7 +1,7 @@
     4.4  # SliTaz package receipt.
     4.5  
     4.6  PACKAGE="tazpkg"
     4.7 -VERSION="803"
     4.8 +VERSION="814"
     4.9  CATEGORY="base-system"
    4.10  SHORT_DESC="SliTaz packages manager."
    4.11  MAINTAINER="pankso@slitaz.org"
    4.12 @@ -21,7 +21,7 @@
    4.13  	arm)  BUILD_DEPENDS="" ;;
    4.14  esac
    4.15  
    4.16 -# Rules to gen a SliTaz package suitable for Tazpkg.
    4.17 +# Rules to gen a SliTaz package suitable for TazPkg.
    4.18  #
    4.19  # Tazpkg is SliTaz packages manager. On an other GNU/Linux install
    4.20  # can be do with : make install from the sources directory.