Index: Makefile =================================================================== --- /dev/null +++ Makefile @@ -0,0 +1 @@ +include ../Makefile.common Index: package.yml =================================================================== --- /dev/null +++ package.yml @@ -0,0 +1,17 @@ +name : phpmyadmin +version : 4.7.5 +release : 1 +source : + - https://files.phpmyadmin.net/phpMyAdmin/4.7.5/phpMyAdmin-4.7.5-all-languages.tar.xz : e4f53b8a5a8e32cea389718c6f6f282e9ac22ed5f31f67d88266aa27ae0a1ca3 +license : GPL-2.0 +component : programming.tools +summary : phpMyAdmin is a free software tool written in PHP, intended to handle the administration of MySQL over the Web. PLEASE FILL ME IN +description: | + phpMyAdmin is a free software tool written in PHP, intended to handle the administration of MySQL over the Web. +rundeps : + - php +install : | + mkdir -p $installdir/usr/share/phpmyadmin $installdir/etc/phpmyadmin + cp -ra $workdir/* $installdir/usr/share/phpmyadmin/ + install -bDm644 $installdir/usr/share/phpmyadmin/config.sample.inc.php $installdir/etc/phpmyadmin/config.inc.php + ln -s /etc/phpmyadmin/config.inc.php $installdir/usr/share/phpmyadmin/config.inc.php \ No newline at end of file Index: pspec_x86_64.xml =================================================================== --- /dev/null +++ pspec_x86_64.xml @@ -0,0 +1,35 @@ + + + phpmyadmin + + Philipp Trulson + philipp@trulson.de + + GPL-2.0 + programming.tools + phpMyAdmin is a free software tool written in PHP, intended to handle the administration of MySQL over the Web. PLEASE FILL ME IN + phpMyAdmin is a free software tool written in PHP, intended to handle the administration of MySQL over the Web. + + https://solus-project.com/sources/README.Solus + + + phpmyadmin + phpMyAdmin is a free software tool written in PHP, intended to handle the administration of MySQL over the Web. PLEASE FILL ME IN + phpMyAdmin is a free software tool written in PHP, intended to handle the administration of MySQL over the Web. + + programming.tools + + /etc/phpmyadmin/config.inc.php + /usr/share/phpmyadmin + + + + + 2017-11-01 + 4.7.5 + Packaging update + Philipp Trulson + philipp@trulson.de + + + \ No newline at end of file