updated on Mon Jan 23 16:10:15 UTC 2012
[aur-mirror.git] / ldif2vcard / PKGBUILD
blobc1e9f95556ca5f37dafada9f8bc26aaaa33ce2d4
1 # Contributor: Christian Hesse <mail@earthworm.de
3 pkgname=ldif2vcard
4 pkgver=20100605
5 pkgrel=3
6 pkgdesc="Convert ldif to vcard -- CVS checkout"
7 arch=('any')
8 url="http://ldiv2vcard.sourceforge.net/"
9 license=('GPL')
10 depends=('perl' 'perl-mime-base64' 'perl-ldap')
11 makedepends=('cvs')
13 _cvsroot=":pserver:anonymous:@ldif2vcard.cvs.sourceforge.net:/cvsroot/ldif2vcard"
14 _cvsmod="ldif2vcard"
16 build() {
17   cd "$srcdir"
19   msg "Connecting to $_cvsmod.sourceforge.net CVS server...."
20   if [ -d $_cvsmod/CVS ]; then
21     cd $_cvsmod
22     cvs -z3 update -d
23   else
24     cvs -z3 -d $_cvsroot co -D $pkgver -f $_cvsmod
25     cd $_cvsmod
26   fi
28   msg "CVS checkout done or server timeout"
30   mkdir -p $pkgdir/usr/bin/
31   install -m 755 src/ldif2vcard.pl $pkgdir/usr/bin/ldif2vcard