2 # First package, any help will be welcome
7 pkgdesc="Lightweight database abstraction layer suitable for high-load websites featuring connection pooling"
9 url="http://code.nytimes.com/projects/dbslayer/"
10 license=('Apache License')
11 depends=('apr' 'apr-util' 'mysql-clients')
12 makedepends=('tar' 'sed' 'automake')
13 source=(http://code.nytimes.com/downloads/$pkgname-beta-$pkgver.tgz)
14 md5sums=('a529ea503c244d723166f78c75df3bb3')
18 ./configure --prefix=/usr/
19 sed -i s/\-1\.10//g Makefile
21 make DESTDIR=${pkgdir} install