main/php: rebuild against db-4.8. add php as dep for the extensions

This commit is contained in:
Natanael Copa 2009-11-24 10:17:56 +00:00
parent 6a6d252b39
commit baea9f13d6

View File

@ -3,7 +3,7 @@
pkgname=php
pkgver=5.3.1
_suhosinver=${pkgver}RC1-0.9.8
pkgrel=0
pkgrel=1
pkgdesc="The PHP language runtime engine"
url="http://www.php.net/"
license="PHP-3"
@ -170,6 +170,7 @@ package() {
_mv_mod() {
pkgdesc="$1 php extension"
depends="php"
local d=usr/lib/php/20090626
mkdir -p "$subpkgdir/$d"
mv "$pkgdir/$d/${1}.so" "$subpkgdir/$d/" || return 1