opt/rdiff/Pkgfile

20 lines
510 B
Plaintext
Raw Normal View History

2006-02-23 15:26:10 +00:00
# Description: Compute and apply signature-based file differences
# URL: http://librsync.sourceforge.net/
2006-09-30 10:50:48 +00:00
# Maintainer: Simon Glo<6C>ner, viper at hometux dot de
2006-04-13 04:29:47 +00:00
# Packager: Jukka Heino, jukka dot heino at gmail dot com
2006-02-23 15:26:10 +00:00
name=rdiff
version=0.9.7
release=1
2006-09-30 10:50:48 +00:00
source=(http://dl.sourceforge.net/librsync/librsync-${version}.tar.gz)
2006-02-23 15:26:10 +00:00
build() {
cd librsync-$version
2006-09-30 10:50:48 +00:00
2006-02-23 15:26:10 +00:00
./configure --prefix=/usr
make
2006-09-30 10:50:48 +00:00
install -D -m 755 rdiff $PKG/usr/bin/rdiff
install -D -m 644 doc/rdiff.1 $PKG/usr/man/man1/rdiff.1
2006-02-23 15:26:10 +00:00
}