# Compiling Time: 0.01 SBU # Maintainer: Miklos Vajna pkgname=librsync pkgver=1.0.0 pkgrel=1 pkgdesc="A free software library that implements the rsync remote-delta algorithm." depends=('bzip2' 'zlib' 'popt') groups=('lib-extra') archs=('i686' 'x86_64') url="https://github.com/librsync/librsync" source=(https://github.com/librsync/librsync/archive/v$pkgver.tar.gz) _F_archive_name="v" Fpkgversep="" up2date="Flastarchive https://github.com/librsync/librsync/releases .tar.gz" # optimization OK [ "$CARCH" == "x86_64" ] && export CFLAGS="$CFLAGS -fPIC" sha1sums=('a147ea71651291246cb43357eb17ca16fe9bf1aa') build() { Fcd $pkgname-$pkgver Fbuild }