updated on Tue Jan 17 16:10:12 UTC 2012
[aur-mirror.git] / mybb-spanish / PKGBUILD
blob47523b5e47080d859d7fcbba62815a4b665a7567
1 # Contributor: Piotr Rogoża <rogoza.piotr@gmail.com>
2 pkgname=mybb-spanish
3 pkgver=1.4.00
4 pkgrel=1
5 pkgdesc='Spanish language 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_spanish_1400.zip::http://mybb.com/download/84/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=('b61c5f35010eeb8116ab314d202b675f')