# Template file for 'phpMyAdmin' pkgname=phpMyAdmin version=4.6.1 revision=1 noarch=yes build_style=fetch depends="php php-mysql" short_desc="Web-based MySQL database administration tool" maintainer="Steve Prybylski " license="GPL-2" homepage="http://www.phpmyadmin.net" distfiles="https://files.phpmyadmin.net/phpMyAdmin/${version}/phpMyAdmin-${version}-all-languages.tar.gz>${pkgname}-${version}.tar.gz" checksum=a3887d916482940533b165da3e34c685397b02ffe33db256cbc8166b0339328c do_install() { tar -zxvf ${pkgname}-${version}.tar.gz vmkdir usr/share/webapps vcopy ${pkgname}-${version}-all-languages usr/share/webapps/phpmyadmin vinstall ${FILESDIR}/apache.conf 644 /etc/phpmyadmin/ vinstall ${FILESDIR}/lighttpd.conf 644 /etc/phpmyadmin/ }