php-sockets: initial commit version 5.5.27
This commit is contained in:
parent
32084b0553
commit
2c92497741
9
php-sockets/.footprint
Normal file
9
php-sockets/.footprint
Normal file
@ -0,0 +1,9 @@
|
||||
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/sockets.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/sockets.so
|
1
php-sockets/.md5sum
Normal file
1
php-sockets/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
2efe7c087d7073bffa64e5d538f22711 php-5.5.27.tar.xz
|
25
php-sockets/Pkgfile
Normal file
25
php-sockets/Pkgfile
Normal file
@ -0,0 +1,25 @@
|
||||
# Description: Socket module for PHP
|
||||
# URL: http://www.php.net
|
||||
# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
|
||||
# Depends on:
|
||||
|
||||
name=php-sockets
|
||||
version=5.5.27
|
||||
release=1
|
||||
source=(http://www.php.net/distributions/php-$version.tar.xz)
|
||||
|
||||
build() {
|
||||
cd php-$version
|
||||
|
||||
./configure \
|
||||
--disable-all \
|
||||
--enable-${name#php-}=shared
|
||||
make build-modules
|
||||
|
||||
install -d $PKG/etc/php/conf.d
|
||||
for i in modules/*.so; do
|
||||
install -D -m755 $i $PKG/usr/lib/php/extensions/${i##*/}
|
||||
echo extension=/usr/lib/php/extensions/${i##*/} >> $PKG/etc/php/conf.d/${name#php-}.ini
|
||||
done
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user