Date: Thursday, January 14, 2010 @ 13:55:16 Author: tpowa Revision: 63109
new depend for samba, changed namescheme Added: tdb/ tdb/repos/ tdb/repos/extra-i686/ tdb/repos/extra-x86_64/ tdb/trunk/ tdb/trunk/PKGBUILD ----------+ PKGBUILD | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) Added: tdb/trunk/PKGBUILD =================================================================== --- tdb/trunk/PKGBUILD (rev 0) +++ tdb/trunk/PKGBUILD 2010-01-14 18:55:16 UTC (rev 63109) @@ -0,0 +1,26 @@ +# $Id$ +# Maintainer: Tobias Powalowski <[email protected]> +# Contributorr: eric <[email protected]> +# Contributor: Tom Newsom <[email protected]> + +pkgname=tdb +pkgver=1.2.0 +pkgrel=1 +pkgdesc="A Trivia Database similar to GDBM but allows simultaneous commits" +arch=(i686 x86_64) +license=('GPL3') +url="http://tdb.samba.org/" +source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz) +makedepends=('python') +optdepends=('python: for python bindings') +options=(force) + +build() { + cd ${srcdir}/${pkgname}-${pkgver} + ./configure --prefix=/usr \ + --localstatedir=/var \ + --sysconfdir=/etc/samba + make || return 1 + make DESTDIR=$pkgdir/ install +} +md5sums=('4115849d2ef431a10bc1f1933eafb9b6') Property changes on: tdb/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords + Id
