updated on Mon Jan 23 12:00:23 UTC 2012
[aur-mirror.git] / mybb-azeri / PKGBUILD
blobc8017b9814d8ab81dc4f70c9ceea12870fda8b7f
1 # Contributor: Piotr Rogoża <rogoza.piotr@gmail.com>
2 pkgname=mybb-azeri
3 pkgver=1.4.00
4 pkgrel=1
5 pkgdesc='Azeri language pack to the MyBB. It includes the translation as well as translated images.'
6 arch=('i686' 'x86_64')
7 url=('http://mybb.com/downloads/translations')
8 license=('GPL')
9 depends=('mybb')
10 makedepends=('unzip')
11 source=('lang_azeri_1400.zip::http://mybb.com/download/86/zip')
13 build() {
14   cd "$srcdir"
15   _install_dir="${pkgdir}/srv/http/mybb"
16   install -dm755 ${_install_dir}/{images,inc} || return 1
18   #i18n
19   cp -r images/* ${_install_dir}/images || return 1
20   cp -r inc/* ${_install_dir}/inc || return 1
22   #permission
23   find ${_install_dir} -type f -exec chmod 0644 '{}' ';'
26 # vim:set ts=2 sw=2 et ft=sh tw=100:
27 md5sums=('c6c44ee3f967941d73e708dda8473db3')