wok rev 19957

Up backuppc (3.3.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 11 12:48:03 2017 +0200 (2017-05-11)
parents f607fcd5661e
children 16bbdc96072c
files backuppc/receipt par2/receipt
line diff
     1.1 --- a/backuppc/receipt	Wed May 10 15:06:20 2017 +0200
     1.2 +++ b/backuppc/receipt	Thu May 11 12:48:03 2017 +0200
     1.3 @@ -2,7 +2,7 @@
     1.4  
     1.5  PACKAGE="backuppc"
     1.6  SOURCE="BackupPC"
     1.7 -VERSION="3.3.1"
     1.8 +VERSION="3.3.2"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="high-performance, enterprise-grade system for backing up Linux"
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
     2.1 --- a/par2/receipt	Wed May 10 15:06:20 2017 +0200
     2.2 +++ b/par2/receipt	Thu May 11 12:48:03 2017 +0200
     2.3 @@ -16,7 +16,6 @@
     2.4  # Rules to configure and make the package.
     2.5  compile_rules()
     2.6  {
     2.7 -	cd $src
     2.8  	#http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/par2cmdline/files/par2cmdline-0.4-gcc4.patch
     2.9  	patch -p1 < $stuff/par2cmdline-0.4-gcc4.patch || true
    2.10  	./configure --prefix=/usr --infodir=/usr/share/info \
    2.11 @@ -30,4 +29,6 @@
    2.12  genpkg_rules()
    2.13  {
    2.14  	cp -a $install/usr $fs
    2.15 +	mkdir -p $install/usr/share/doc
    2.16 +	cp $src/README $src/ROADMAP $install/usr/share/doc
    2.17  }