1 # Contributor: Piotr Rogoża <rogoza.piotr@gmail.com>
5 pkgdesc='Greek language to the MyBB. It includes the translation as well as translated images.'
7 url=('http://mybb.com/downloads/translations')
11 source=("lang_greek_1400.zip::http://mybb.com/download/108/zip")
15 _install_dir="${pkgdir}/srv/http/mybb"
16 install -dm755 ${_install_dir}/{images,inc} || return 1
19 cp -r images/* ${_install_dir}/images || return 1
20 cp -r greek.php ${_install_dir}/inc/ || return 1
21 install -dm755 ${_install_dir}/inc/languages/greek || return 1
22 cp -r greek/* ${_install_dir}/inc/languages/greek || return 1
25 find ${_install_dir} -type f -exec chmod 0644 '{}' ';'
28 # vim:set ts=2 sw=2 et ft=sh tw=100:
29 md5sums=('e765b8e626d5d6fdc18b7119faf48cb2')