void-packages/srcpkgs/phpMyAdmin/template
2016-05-27 20:02:11 -04:00

23 lines
772 B
Bash

# Template file for 'phpMyAdmin'
pkgname=phpMyAdmin
version=4.6.2
revision=1
noarch=yes
build_style=fetch
depends="php php-mysql"
short_desc="Web-based MySQL database administration tool"
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
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=668257ffcef43c1ffc0ec4d08c42adb97d7f757671c0a7e8cf73872b3519f94c
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/
}