updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / bugzilla-l10n-ja / PKGBUILD
blob25c5fbbf94f32c456ef0004173d28cbf45034957
1 pkgname=bugzilla-l10n-ja
2 pkgver=4.0.3
3 pkgrel=1
4 pkgdesc="japanese localization for bugzilla"
5 arch=(any)
6 url="http://www.bug-ja.org/"
7 license=('GPL')
8 depends=('bugzilla')
9 options=()
10 source=()
11 md5sums=()
13 build() {
14   cd $srcdir
15   svn co http://svn.bug-ja.org/bugzilla/bugzilla-l10n-ja-4.0/tags/$pkgver/ bugzilla-$pkgver.ja
16   mkdir -p $pkgdir/srv/http/bugzilla/template
17   cp -a $srcdir/bugzilla-$pkgver.ja/template/ja $pkgdir/srv/http/bugzilla/template/ja
18   find $pkgdir/srv/http/bugzilla -type f -exec chmod 0644 {} \;
19   find $pkgdir/srv/http/bugzilla -type d -exec chmod 0755 {} \;