updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / dirsync / PKGBUILD
blobf8ce51853b271a233e5244106b0eadccf1a42115
1 # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
2 # Contributor: damir <damir@archlinux.org>
3 # Contributor: Damir Perisa <damir.perisa@bluewin.ch>
5 pkgname=dirsync
6 pkgver=1.11
7 origver=1_11
8 pkgrel=1
9 pkgdesc="Directory Synchronizer this utility take two argument the source directory and the destination and make recursively the two directories identical"
10 arch=('i686' 'x86_64')
11 url="http://www.viara.eu/en/dirsync.htm"
12 license=('unknown')
13 source=(http://www.viara.eu/download/$pkgname-$origver.tar.gz)
14 md5sums=('2eb3745f674fb71047ca4e64110ceb68')
16 build() {
17   cd ${srcdir}
19   install -d ${pkgdir}/usr/bin || return 1
20   rm $pkgname || return 1
22   make linux || return 1
23   sed -i 's|/usr/local|/usr/share|g' makefile || return 1
24   make DESTDIR=${pkgdir} install || return 1