Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=2dc09c32ea897e900802d087da99113c88ffab85
commit 2dc09c32ea897e900802d087da99113c88ffab85 Author: crazy <[EMAIL PROTECTED]> Date: Sun Dec 9 06:56:59 2007 +0100 pdns-2.9.21-3-i686 * release bump * yeah 'sqlite2 libmysqlclient libpq' are depends() * if you don't like that 'man FrugalBuild' and split it diff --git a/source/network-extra/pdns/FrugalBuild b/source/network-extra/pdns/FrugalBuild index 4f6a42b..d1bed80 100644 --- a/source/network-extra/pdns/FrugalBuild +++ b/source/network-extra/pdns/FrugalBuild @@ -4,11 +4,11 @@ pkgname=pdns pkgver=2.9.21 -pkgrel=2 +pkgrel=3 pkgdesc="Power DNS Server and Recursor" url="http://www.powerdns.com/" -depends=('glibc' 'pdns-recursor') -makedepends=('mysql' 'postgresql' 'sqlite2' 'boost>=1.34.0') +depends=('libstdc++' 'sqlite2' 'libmysqlclient' 'libpq' 'pdns-recursor>=3.1.4-3') +makedepends=('mysql' 'postgresql' 'boost>=1.34.1') groups=('network-extra') archs=('i686' 'x86_64') up2date="lynx --dump http://downloads.powerdns.com/releases/?M=D|grep pdns-.*gz$|sed 's/.*-\(.*\)\.t.*/\1/;q'" @@ -19,12 +19,18 @@ sha1sums=('2b86e4b44ef43db308c62e32b10ed0d5221a45c9' \ 'd545b750c7479f89a9f0410dca02c875f41ca860') build() { - Fcd pdns-$pkgver - Fconf --libdir=/usr/lib/pdns --sysconfdir=/etc/powerdns --enable-pdns_server --with-pgsql-includes=/usr/include --with-sqlite-includes=/usr/include --with-modules="geo" --with-dynmodules="mysql gmysql gpgsql gsqlite pipe" - Fmakeinstall - Fmkdir /lib/initscripts/messages/hu/LC_MESSAGES - msgfmt -o $Fdestdir/lib/initscripts/messages/hu/LC_MESSAGES/$pkgname.mo $startdir/hu.po - Frcd2 pdns + Fcd pdns-$pkgver + Fbuild \ + --libdir=/usr/lib/pdns \ + --sysconfdir=/etc/powerdns \ + --enable-pdns_server \ + --with-pgsql-includes=/usr/include \ + --with-sqlite-includes=/usr/include \ + --with-modules="geo" \ + --with-dynmodules="mysql gmysql gpgsql gsqlite pipe" + Fmkdir /lib/initscripts/messages/hu/LC_MESSAGES + msgfmt -o $Fdestdir/lib/initscripts/messages/hu/LC_MESSAGES/$pkgname.mo $startdir/hu.po + Frcd2 pdns } # optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
