# Description: Compute and apply signature-based file differences # URL: http://librsync.sourceforge.net/ # Maintainer: Jukka Heino, jukka dot heino at gmail dot com # Packager: Jukka Heino, jukka dot heino at gmail dot com # Depends on: name=rdiff version=0.9.7 release=1 source=(http://dl.sourceforge.net/sourceforge/librsync/librsync-$version.tar.gz) build() { cd librsync-$version ./configure --prefix=/usr make install -D -m 755 $name $PKG/usr/bin/$name install -D -m 644 doc/$name.1 $PKG/usr/man/man1/$name.1 }