1 # Contributor: Nathan Owe. ndowens04 at gmail dot com
5 pkgdesc="A smiple utility to compare two directories and allows you to select items to copy"
7 url="http://home.hccnet.nl/paul.schuurmans/linux/index.html#xdircmp"
11 source=(http://home.hccnet.nl/paul.schuurmans/linux/download/$pkgname-$pkgver.tar.gz)
12 md5sums=('b806d75b665a6b30a70537fe194b5a70')
15 cd $srcdir/$pkgname-$pkgver
17 ./autogen.sh -prefix=/usr || return 1
19 make DESTDIR=$pkgdir/ mandir=$pkgdir/usr/share/man install
22 # vim:set ts=2 sw=2 et: