rsnapshot: update to 1.2.9

This commit is contained in:
Nick Steeves 2006-08-27 09:19:45 +00:00
parent 74d2375bab
commit c0878c0b0e
4 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,7 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/rsnapshot
-rwxr-xr-x root/root usr/bin/rsnapshot-diff
drwxr-xr-x root/root usr/etc/
-rw-r--r-- root/root usr/etc/rsnapshot.conf.default
drwxr-xr-x root/root usr/man/

View File

@ -1 +1 @@
b126ae490889e5514f4a5d14a1128897 rsnapshot-1.2.1.tar.gz
68632bc6cdd9c149e0fdeb9e246622d3 rsnapshot-1.2.9.tar.gz

View File

@ -5,16 +5,14 @@
# Depends on: perl
name=rsnapshot
version=1.2.1
version=1.2.9
release=1
source=(http://www.rsnapshot.org/downloads/rsnapshot-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
--disable-debug
--disable-debug
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/locale
rm -rf $PKG/usr/share/doc
}

View File

@ -3,4 +3,5 @@ POST-INSTALL
Copy /usr/etc/rsnapshot.conf.default to /usr/etc/rsnapshot.conf, and configure.
There is a HOWTO at: http://www.rsnapshot.org/howto
For help with configuration, please see the HOWTO at:
http://www.rsnapshot.org/howto