Browse Source
git-svn-id: svn://svn.opensde.net/opensde/package/trunk@21291 10447126-35f2-4685-b0cf-6dd780d3921fearly
Nagy Karoly Gabriel
18 years ago
3 changed files with 88 additions and 0 deletions
@ -0,0 +1,28 @@
|
||||
|
||||
[TIMESTAMP] 1181396282 Sat Jun 9 16:38:02 2007 |
||||
[BUILDTIME] 20 (5) |
||||
[SIZE] 0.07 MB, 7 files |
||||
|
||||
[DEP] 00-dirtree |
||||
[DEP] autoconf |
||||
[DEP] bash |
||||
[DEP] binutils |
||||
[DEP] bzip2 |
||||
[DEP] coreutils |
||||
[DEP] diffutils |
||||
[DEP] findutils |
||||
[DEP] gawk |
||||
[DEP] gcc |
||||
[DEP] glibc |
||||
[DEP] grep |
||||
[DEP] libssh2 |
||||
[DEP] m4 |
||||
[DEP] make |
||||
[DEP] mktemp |
||||
[DEP] openssl |
||||
[DEP] perl |
||||
[DEP] php |
||||
[DEP] sed |
||||
[DEP] sysfiles |
||||
[DEP] tar |
||||
[DEP] util-linux |
@ -0,0 +1,28 @@
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
# |
||||
# Filename: package/.../php-ssh2/php-ssh2.conf |
||||
# Copyright (C) 2007 The OpenSDE Project |
||||
# |
||||
# More information can be found in the files COPYING and README. |
||||
# |
||||
# This program is free software; you can redistribute it and/or modify |
||||
# it under the terms of the GNU General Public License as published by |
||||
# the Free Software Foundation; version 2 of the License. A copy of the |
||||
# GNU General Public License can be found in the file COPYING. |
||||
# --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
||||
|
||||
pkgprefix -t php |
||||
prefix=$( pkgprefix php ) |
||||
set_confopt |
||||
|
||||
hook_add preconf 5 "$( pkgprefix bindir php )/phpize " |
||||
|
||||
register_php-ssh2() { |
||||
# we are registering our extension to php and load it by default |
||||
echo "extension=ssh2.so" >> "$( pkgprefix docdir php )/php.ini-dist" |
||||
echo "extension=ssh2.so" >> "$( pkgprefix docdir php )/php.ini-recommended" |
||||
} |
||||
|
||||
hook_add postmake 5 "register_php-ssh2" |
@ -0,0 +1,32 @@
|
||||
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
[COPY] |
||||
[COPY] Filename: package/.../php-ssh2/php-ssh2.desc |
||||
[COPY] Copyright (C) 2007 The OpenSDE Project |
||||
[COPY] |
||||
[COPY] More information can be found in the files COPYING and README. |
||||
[COPY] |
||||
[COPY] This program is free software; you can redistribute it and/or modify |
||||
[COPY] it under the terms of the GNU General Public License as published by |
||||
[COPY] the Free Software Foundation; version 2 of the License. A copy of the |
||||
[COPY] GNU General Public License can be found in the file COPYING. |
||||
[COPY] --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
||||
[I] PHP bindings to libssh2 |
||||
|
||||
[T] PHP bindings to libssh2 |
||||
|
||||
[U] http://pecl.php.net/package/ssh2 |
||||
|
||||
[A] Sara Golemon <pollita@php.net> |
||||
[M] Nagy Karoly Gabriel <nagy.karoly@opensde.org> |
||||
|
||||
[C] php/framework |
||||
|
||||
[L] PHP |
||||
[S] Beta |
||||
[V] 0.10 |
||||
[P] X -----5---9 800.000 |
||||
|
||||
[D] 2996714276 ssh2-0.10.tgz http://pecl.php.net/get/ |
||||
|
Loading…
Reference in new issue