# Packager: Phill Watkins pkgname=fsarchiver pkgver=0.6.10 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/ap/$pkgname/$pkgver 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." "This package 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 make install DESTDIR=$startdir/pkg install -m 755 $startdir/src/fsarchiver_dialog $startdir/pkg/usr/sbin/fsarchiver_dialog set +e }