rdiff: adopted
This commit is contained in:
parent
27babb5eb0
commit
609b360508
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user