1 # Maintainer: Sergio A. Morales <sergiomorales@archlinux.cl>
2 # Contributor: Sergio A. Morales <sergiomorales@archlinux.cl>
6 pkgdesc="389 Directory Server Gateway (dsgw)"
8 url="http://directory.fedoraproject.org"
11 source=("$url/sources/$pkgname-$pkgver.tar.bz2")
12 md5sums=('367537e786006adf8f204974b62c282b')
15 cd $startdir/src/$pkgname-$pkgver
16 [ "${CARCH}" == "x86_64" ] && export USE_64=1
17 ./configure --prefix=/usr --sysconfdir=/etc --disable-rpath \
20 make install DESTDIR=$pkgdir || return 1