Author: viper Date: 2006-09-30 12:50:48 +0200 (Sat, 30 Sep 2006) New Revision: 1974 Modified: crux-2.2/ports/opt/rdiff/Pkgfile Log: rdiff: adopted Modified: crux-2.2/ports/opt/rdiff/Pkgfile =================================================================== --- crux-2.2/ports/opt/rdiff/Pkgfile 2006-09-30 09:01:13 UTC (rev 1973) +++ crux-2.2/ports/opt/rdiff/Pkgfile 2006-09-30 10:50:48 UTC (rev 1974) @@ -1,18 +1,19 @@ # Description: Compute and apply signature-based file differences # URL: http://librsync.sourceforge.net/ -# Maintainer: Jukka Heino, jukka dot heino at gmail dot com +# Maintainer: Simon Glo�ner, viper at hometux dot de # 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) +source=(http://dl.sourceforge.net/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 + + install -D -m 755 rdiff $PKG/usr/bin/rdiff + install -D -m 644 doc/rdiff.1 $PKG/usr/man/man1/rdiff.1 }