[arch-commits] CVS update of extra/system/dirsync (PKGBUILD)
Damir Perisa
damir at archlinux.org
Tue Feb 5 12:03:46 UTC 2008
Date: Tuesday, February 5, 2008 @ 07:03:46
Author: damir
Path: /home/cvs-extra/extra/system/dirsync
Modified: PKGBUILD (1.5 -> 1.6)
upgpkg: dirsync 1.0.11-2
fix bug 9462 force compile of extra/system/dirsync during pkgbuilding, since upstream provides also a precompiled binary we do not want to use
----------+
PKGBUILD | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
Index: extra/system/dirsync/PKGBUILD
diff -u extra/system/dirsync/PKGBUILD:1.5 extra/system/dirsync/PKGBUILD:1.6
--- extra/system/dirsync/PKGBUILD:1.5 Mon May 22 05:23:00 2006
+++ extra/system/dirsync/PKGBUILD Tue Feb 5 07:03:46 2008
@@ -1,20 +1,23 @@
-# $Id: PKGBUILD,v 1.5 2006/05/22 09:23:00 uid1014 Exp $
+# $Id: PKGBUILD,v 1.6 2008/02/05 12:03:46 damir Exp $
# Maintainer: damir <damir at archlinux.org>
# Contributor: Damir Perisa <damir.perisa at bluewin.ch>
pkgname=dirsync
pkgver=1.0.11
origver=1_11
-pkgrel=1
+pkgrel=2
pkgdesc="a Directory Synchronizer this utility take two argument the source directory and the destination and make recursively the two directories identical"
arch=(i686 x86_64)
-url="http://www.viara.cn/en/dirsync.htm"
+url="http://www.viara.eu/en/dirsync.htm"
depends=('glibc')
-source=(http://www.viara.cn/download/$pkgname-$origver.tar.gz)
+license=('unknown')
+source=(http://www.viara.eu/download/$pkgname-$origver.tar.gz)
build() {
cd $startdir/src
+ rm $pkgname || return 1
+
make linux || return 1
mkdir -p $startdir/pkg/usr/bin
@@ -23,3 +26,4 @@
make DESTDIR=$startdir/pkg install || return 1
}
+md5sums=('2eb3745f674fb71047ca4e64110ceb68')
More information about the arch-commits
mailing list