# Description: Online backups for the truly paranoid # URL: https://www.tarsnap.com/ # Maintainer: z3bra, contact@z3bra.org # Depends on: openssl zlib e2fsprogs name=tarsnap version=1.0.39 source=(https://www.tarsnap.com/download/$name-autoconf-$version.tgz) release=1 build() { cd $name-autoconf-$version ./configure --prefix=/usr make all make DESTDIR=$PKG install }