# vim: set syn=sh: # Packager: Phill Watkins pkgname=fsarchiver pkgver=0.6.12 pkgrel=1pw #arch=noarch source=\ ( "http://downloads.sourceforge.net/project/fsarchiver/fsarchiver-src/$pkgver/fsarchiver-$pkgver.tar.gz" "http://zolli.altervista.org/fsa_dial/fsarchiver_dialog" ) sourcetemplate=http://people.salixos.org/pwatk/packages/13.2/ap/$pkgname docs=("AUTHORS" "ChangeLog" "COPYING" "INSTALL" "NEWS" "README" "THANKS") url=http://www.fsarchiver.org/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "fsarchiver (Filesystem Archiver)" "FSArchiver is a system tool that allows you to save the contents of a" "file-system to a compressed archive file. The file-system can be" "restored on a partition which has a different size and it can be" "restored on a different file-system. Unlike tar/dar, FSArchiver also" "creates the file-system when it extracts the data to partitions." "Everything is checksummed in the archive in order to protect the data." "If the archive is corrupt, you just lose the current file, not the" "whole archive." "Note: This package also includes the fsarchiver_dialog frontend." ) build() { set -e cd $startdir/src/$pkgname-$pkgver ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --mandir=/usr/man \ --infodir=/usr/info \ --build=$arch-slackware-linux make -j $numjobs make install DESTDIR=$startdir/pkg install -m 0755 $startdir/src/fsarchiver_dialog $startdir/pkg/usr/sbin/ set +e }