phpmyadmin and phpldapadmin add repo

This commit is contained in:
alihanozturk
2016-06-10 09:56:45 +03:00
parent 9aa92205b5
commit 2963a0ae8f
11 changed files with 881 additions and 0 deletions
+43
View File
@@ -0,0 +1,43 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>phpldapadmin</Name>
<Homepage>http://phpldapadmin.sourceforge.net</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:gui</IsA>
<Summary>phpLDAPadmin (also known as PLA) is a web-based LDAP client</Summary>
<Description>phpLDAPadmin (also known as PLA) is a web-based LDAP client. It provides easy, anywhere-accessible, multi-language administration for your LDAP server. </Description>
<Archive sha1sum="669fca66c75e24137e106fdd02e3832f81146e23" type="targz">mirrors://sourceforge/phpldapadmin/phpldapadmin-php5/1.2.3/phpldapadmin-1.2.3.tgz</Archive>
</Source>
<Package>
<Name>phpldapadmin</Name>
<RuntimeDependencies>
<Dependency>mod_php</Dependency>
<Dependency>openldap-server</Dependency>
<Dependency>openldap-client</Dependency>
<Dependency>apache</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share/phpldapadmin</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="config">/usr/share/phpldapadmin/config/config.php</Path>
<Path fileType="config">/etc/apache2/conf.d/phpldapadmin.conf</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2016-06-10</Date>
<Version>1.2.3</Version>
<Comment>First release</Comment>
<Name>Aydın Demirel</Name>
<Email>aydin@demirel.web.tr</Email>
</Update>
</History>
</PISI>