opt/rdiff/Pkgfile

20 lines
510 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Compute and apply signature-based file differences
# URL: http://librsync.sourceforge.net/
2006-09-30 12:50:48 +02:00
# Maintainer: Simon Glo<6C>ner, viper at hometux dot de
2006-04-13 06:29:47 +02:00
# Packager: Jukka Heino, jukka dot heino at gmail dot com
2006-02-23 16:26:10 +01:00
name=rdiff
version=0.9.7
release=1
2006-09-30 12:50:48 +02:00
source=(http://dl.sourceforge.net/librsync/librsync-${version}.tar.gz)
2006-02-23 16:26:10 +01:00
build() {
cd librsync-$version
2006-09-30 12:50:48 +02:00
2006-02-23 16:26:10 +01:00
./configure --prefix=/usr
make
2006-09-30 12:50:48 +02: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 16:26:10 +01:00
}