php-ftp: removed, now in opt
This commit is contained in:
parent
b458b5e520
commit
d92cfba20d
@ -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/ftp.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/ftp.so
|
|
@ -1 +0,0 @@
|
|||||||
1472b1f968a2a4ae8b26f3134a116011 php-5.5.6.tar.bz2
|
|
@ -1,21 +0,0 @@
|
|||||||
# Description: FTP module for PHP
|
|
||||||
# URL: http://www.php.net
|
|
||||||
# Maintainer: Mikhail Kolesnik, mike at openbunker dot org
|
|
||||||
# Depends on:
|
|
||||||
|
|
||||||
name=php-ftp
|
|
||||||
version=5.5.6
|
|
||||||
release=1
|
|
||||||
source=(http://www.php.net/distributions/php-$version.tar.bz2)
|
|
||||||
|
|
||||||
build() {
|
|
||||||
cd php-$version
|
|
||||||
|
|
||||||
./configure --disable-all \
|
|
||||||
--enable-ftp=shared
|
|
||||||
make build-modules
|
|
||||||
|
|
||||||
install -d $PKG/{etc/php/conf.d,usr/lib/php/extensions}
|
|
||||||
install -m 755 modules/ftp.so $PKG/usr/lib/php/extensions
|
|
||||||
echo "extension=ftp.so" > $PKG/etc/php/conf.d/ftp.ini
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user