updated on Mon Jan 23 04:00:55 UTC 2012
[aur-mirror.git] / glest-da / PKGBUILD
blobe1620a87be62648f05b25083186303e5d393f31a
1 # Contributor: Wido <widomaker2k7@gmail.com>
3 pkgname=glest-da
4 pkgver=1.0.9
5 pkgrel=1
6 pkgdesc="Danish language pack for Glest"
7 arch=('any')
8 url="http://www.glest.org"
9 license=('GPL')
10 depends=('glest')
11 source=(http://www.glest.org/files/contrib/translations/danish_${pkgver}.zip)
12 md5sums=('10a96d53549c7bd50c842dc9d1bd1592')
14 build() {
15   cd ${srcdir}
16   install -D -m 644 *.lng "${pkgdir}/opt/glest/data/lang/danish.lng" || return 1