2 changed files with 75 additions and 0 deletions
@ -0,0 +1,39 @@ |
|||||||
|
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||||
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||||
|
# |
||||||
|
# Filename: package/.../phpmyadmin/phpmyadmin.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 --- |
||||||
|
|
||||||
|
# use the php prefix |
||||||
|
pkgprefix -t php |
||||||
|
prefix=$( pkgprefix php ) |
||||||
|
set_confopt |
||||||
|
|
||||||
|
# custom installer |
||||||
|
makeopt= |
||||||
|
makeinstopt= |
||||||
|
|
||||||
|
hook_add postmake 5 'phpmyadmin_install' |
||||||
|
|
||||||
|
phpmyadmin_install() { |
||||||
|
local x="phpMyAdmin" |
||||||
|
|
||||||
|
mkdir -vp $root$datadir/$x |
||||||
|
|
||||||
|
tar -cf - * | tar -C $root$datadir/$x -xvf - |
||||||
|
|
||||||
|
cat <<- EOT > $root$sysconfdir/$x.conf-dist |
||||||
|
Alias /$x $datadir/$x |
||||||
|
<Directory $datadir/$x> |
||||||
|
DirectoryIndex index.php |
||||||
|
</Directory> |
||||||
|
EOT |
||||||
|
} |
@ -0,0 +1,36 @@ |
|||||||
|
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||||
|
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||||
|
[COPY] |
||||||
|
[COPY] Filename: package/.../phpmyadmin/phpmyadmin.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] Handles the basic administration of MySQL over the Web |
||||||
|
|
||||||
|
[T] PhpMyAdmin is a tool written in PHP intended to handle the administration |
||||||
|
[T] of MySQL over the Web. It can create, rename, and drop databases, |
||||||
|
[T] create/drop/alter tables, delete/edit/add fields, execute any SQL |
||||||
|
[T] statement, manage keys on fields, create dumps of tables and databases, |
||||||
|
[T] export/import CSV data and administrate one single database and multiple |
||||||
|
[T] MySQL servers. |
||||||
|
|
||||||
|
[U] http://www.phpmyadmin.net/ |
||||||
|
|
||||||
|
[A] phpMyAdmin Devel Team <[email protected]> |
||||||
|
[M] Alejandro Mery <[email protected]> |
||||||
|
|
||||||
|
[C] extra/database |
||||||
|
|
||||||
|
[L] GPL |
||||||
|
[S] Stable |
||||||
|
[V] 2.11.0 |
||||||
|
[P] X -----5---9 800.000 |
||||||
|
|
||||||
|
[D] 1624100120 phpMyAdmin-2.11.0-all-languages.tar.bz2 http://dl.sourceforge.net/sourceforge/phpmyadmin/ |
Loading…
Reference in new issue