diff options
author | Krzysztof (3ED) AS | 2015-07-02 10:03:49 +0200 |
---|---|---|
committer | Krzysztof (3ED) AS | 2015-07-02 10:03:49 +0200 |
commit | 9a68d1f2e318fd3b116dc9ab477841f064646d7a (patch) | |
tree | 5722b89d4bcffa7e3bc5d0465e069faca9dcc0fb /PKGBUILD | |
download | aur-9a68d1f2e318fd3b116dc9ab477841f064646d7a.tar.gz |
moving files, making space for additional scripts, aur4 and other stuff
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD new file mode 100644 index 000000000000..6f4055e77411 --- /dev/null +++ b/PKGBUILD @@ -0,0 +1,19 @@ +# Maintainer: 3ED <krzysztof1987 at gmail> + +pkgname=seamonkey-i18n-ja +pkgver=2.33.1 +pkgrel=1 +_lang=ja +pkgdesc="Japanese language pack for SeaMonkey" +arch=('any') +license=('MPL') +url="http://www.seamonkey-project.org/" +depends=("seamonkey>=${pkgver}") +source=(https://ftp.mozilla.org/pub/seamonkey/releases/${pkgver}/langpack/seamonkey-${pkgver}.${_lang}.langpack.xpi) +noextract=(seamonkey-${pkgver}.${_lang}.langpack.xpi) +sha256sums=('e14120fbdece134b8716b47c28d7e7c823b3424cc238bd65980d91cc00ee9695') + +package() { + install -Dm644 "${srcdir}/seamonkey-${pkgver}.${_lang}.langpack.xpi" \ + "${pkgdir}/usr/lib/seamonkey-${pkgver}/extensions/langpack-${_lang}@seamonkey.mozilla.org.xpi" +} |