updated on Sat Jan 14 00:11:12 UTC 2012
[aur-mirror.git] / mirdir / PKGBUILD
blob7d694a2a5ecb801dd8720babd83695cc479972fc
1 # Contributor: Nathan Owe <ndowens.aur at gmail dot com>
2 pkgname=mirdir
3 pkgver=2.1
4 pkgrel=2
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 "
6 arch=('i686' 'x86_64')
7 url="http://mirdir.sf.net"
8 license=('GPL')
9 depends=('glibc')
10 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-Unix.tar.gz)
11 md5sums=('56afe2aae7983176fd804c264740d6a2') 
13 build() {
14   cd $srcdir/$pkgname-$pkgver-UNIX
16   ./configure --prefix=/usr
17   make
19 package() {
20   cd $srcdir/$pkgname-$pkgver-UNIX
21   make prefix=$pkgdir/usr man1dir=$pkgdir/usr/share/man install