php-gd: removed, now in opt
This commit is contained in:
parent
d92cfba20d
commit
279483ca40
@ -1,9 +0,0 @@
|
||||
drwxr-xr-x root/root etc/
|
||||
drwxr-xr-x root/root etc/php/
|
||||
drwxr-xr-x root/root etc/php/conf.d/
|
||||
-rw-r--r-- root/root etc/php/conf.d/gd.ini
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
drwxr-xr-x root/root usr/lib/php/
|
||||
drwxr-xr-x root/root usr/lib/php/extensions/
|
||||
-rwxr-xr-x root/root usr/lib/php/extensions/gd.so
|
@ -1 +0,0 @@
|
||||
1472b1f968a2a4ae8b26f3134a116011 php-5.5.6.tar.bz2
|
@ -1,27 +0,0 @@
|
||||
# Description: GD module for PHP
|
||||
# URL: http://www.php.net
|
||||
# Maintainer: Mikhail Kolesnik, mike at openbunker dot org
|
||||
# Depends on: libjpeg-turbo libpng freetype
|
||||
|
||||
name=php-gd
|
||||
version=5.5.6
|
||||
release=1
|
||||
source=(http://www.php.net/distributions/php-$version.tar.bz2)
|
||||
|
||||
# this version depends on internal libgd, as the
|
||||
# old way of building it: "--with-gd=shared,/usr"
|
||||
# does not work anymore
|
||||
build() {
|
||||
cd php-$version
|
||||
./configure --disable-all \
|
||||
--with-gd=shared \
|
||||
--with-png-dir=/usr \
|
||||
--with-jpeg-dir=/usr \
|
||||
--with-freetype-dir=/usr \
|
||||
--enable-gd-native-ttf
|
||||
make build-modules
|
||||
|
||||
install -d $PKG/{etc/php/conf.d,usr/lib/php/extensions}
|
||||
install -m 755 modules/gd.so $PKG/usr/lib/php/extensions
|
||||
echo "extension=gd.so" > $PKG/etc/php/conf.d/gd.ini
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user