wok diff boxbackup-server/receipt @ rev 7872

Up: fotoxx to 11.01.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Jan 02 19:59:01 2011 +0000 (2011-01-02)
parents a0456fbef2d1
children 09c43d921be2
line diff
     1.1 --- a/boxbackup-server/receipt	Wed Apr 21 19:52:28 2010 +0200
     1.2 +++ b/boxbackup-server/receipt	Sun Jan 02 19:59:01 2011 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="boxbackup-server"
     1.7 -VERSION="0.11rc7"
     1.8 +VERSION="0.11rc8"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Server for the BoxBackup on-line backup system"
    1.11  MAINTAINER="domcox@users.sourceforge.net"
    1.12 @@ -26,17 +26,6 @@
    1.13  compile_rules()
    1.14  {
    1.15  	cd $src
    1.16 -#    while read patch_file; do
    1.17 -#        if [ -f done.$patch_file ]; then
    1.18 -#            echo "Skipping $patch_file"
    1.19 -#            continue
    1.20 -#        fi
    1.21 -#        echo "Apply $patch_file"
    1.22 -#        patch -p1 < ../stuff/$patch_file || return 1
    1.23 -#        touch done.$patch_file
    1.24 -#    done <<EOF
    1.25 -#boxbackup-0.10_gcc43.u
    1.26 -#EOF
    1.27  	./configure --prefix=/usr $CONFIGURE_ARGS &&
    1.28  	make
    1.29  }