opt/rdiff/Pkgfile

19 lines
539 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-04-13 06:29:47 +02:00
# Maintainer: Jukka Heino, jukka dot heino at gmail dot com
# Packager: Jukka Heino, jukka dot heino at gmail dot com
2006-02-23 16:26:10 +01:00
# 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
}