1
0
forked from ports/contrib
contrib-tek/zsync/Pkgfile

19 lines
479 B
Plaintext
Raw Normal View History

# Description: Optimized client-side rsync algorithm like rsync -z, that no requires a remote server application
# URL: http://zsync.moria.org.uk/
2009-09-15 08:26:17 +00:00
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Packager: Jose V Beneyto, sepen at crux dot nu
2009-02-20 11:10:12 +00:00
# Depends on:
2007-01-11 13:30:01 +01:00
name=zsync
2009-09-15 08:26:17 +00:00
version=0.6.1
2007-01-11 13:30:01 +01:00
release=1
source=(http://zsync.moria.org.uk/download/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share
}