1 # Contributor: Nathan Owe <ndowens.aur at gmail dot com>
5 pkgdesc="Synchronize two directory trees in a fast way. Only the differences between the two sets of files are copied while the excess files/directories in the destination tree are removed "
7 url="http://mirdir.sf.net"
10 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-Unix.tar.gz)
11 md5sums=('56afe2aae7983176fd804c264740d6a2')
14 cd $srcdir/$pkgname-$pkgver-UNIX
16 ./configure --prefix=/usr
20 cd $srcdir/$pkgname-$pkgver-UNIX
21 make prefix=$pkgdir/usr man1dir=$pkgdir/usr/share/man install