updated on Wed Jan 25 20:08:56 UTC 2012
[aur-mirror.git] / icecat-gu-in / PKGBUILD
blobad5c6be9dd3fbf51e8d863c7a73dacfbbf523d98
1 # Maintainer: Figue <ffigue@gmail.com>
2 # Based on firefox-18n package
4 lang=gu-IN
5 pkgname=icecat-gu-in
6 pkgver=9.0.1
7 pkgrel=1
8 pkgdesc="gu-IN language pack for IceCat"
9 arch=('any')
10 license=('MPL')
11 url="http://www.gnu.org/software/gnuzilla/"
12 depends=("icecat>=${pkgver}")
13 #_url=http://gnuzilla.gnu.org/download/langpacks/${pkgver}/GNU_IceCat-${pkgver}
14 _url=http://mirror.linuzeros.org/icecat/langpacks/${pkgver}/
15 source=(${_url}${lang}.xpi)
17 # Don't extract anything
18 noextract=(${source[@]##*/})
20 build() {
21   cd "${srcdir}"
22   install -D -m 644 ${lang}.xpi "${pkgdir}/usr/lib/icecat/extensions/langpack-${lang}@firefox.mozilla.org.xpi" || return 1
25 md5sums=('313da426c709b0843fcdddacb38c94a1')