void-packages/srcpkgs/phpMyAdmin/template

25 lines
784 B
Bash
Raw Normal View History

2015-09-18 03:13:11 +00:00
# Template file for 'phpMyAdmin'
pkgname=phpMyAdmin
version=4.4.14.1
revision=1
create_wrksrc=yes
noarch=yes
build_style=fetch
depends="php php-mysql"
short_desc="Web-based MySQL 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=d522758817c14e7f6a518565f3282526de75a025c74c9ed35f6858444ba60faa
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/
}