summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof (3ED) AS2015-07-02 10:03:49 +0200
committerKrzysztof (3ED) AS2015-07-02 10:03:49 +0200
commit2fc1bed8fa7bc872ab674801d9094f4bd41af0b5 (patch)
tree0c40eac6b0fe8b99ef5b2dfd14c94ee990a208ed
downloadaur-2fc1bed8fa7bc872ab674801d9094f4bd41af0b5.tar.gz
moving files, making space for additional scripts, aur4 and other stuff
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD19
2 files changed, 33 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..90153f84220d
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,14 @@
+pkgbase = seamonkey-i18n-it
+ pkgdesc = Italian language pack for SeaMonkey
+ pkgver = 2.33.1
+ pkgrel = 1
+ url = http://www.seamonkey-project.org/
+ arch = any
+ license = MPL
+ depends = seamonkey>=2.33.1
+ noextract = seamonkey-2.33.1.it.langpack.xpi
+ source = https://ftp.mozilla.org/pub/seamonkey/releases/2.33.1/langpack/seamonkey-2.33.1.it.langpack.xpi
+ sha256sums = e6975df4e7680199d133df63875e5eb8aa5b7ff4dcfa0ddadf4867e8b4f3b68d
+
+pkgname = seamonkey-i18n-it
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..42aaff3b906d
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,19 @@
+# Maintainer: 3ED <krzysztof1987 at gmail>
+
+pkgname=seamonkey-i18n-it
+pkgver=2.33.1
+pkgrel=1
+_lang=it
+pkgdesc="Italian 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=('e6975df4e7680199d133df63875e5eb8aa5b7ff4dcfa0ddadf4867e8b4f3b68d')
+
+package() {
+ install -Dm644 "${srcdir}/seamonkey-${pkgver}.${_lang}.langpack.xpi" \
+ "${pkgdir}/usr/lib/seamonkey-${pkgver}/extensions/langpack-${_lang}@seamonkey.mozilla.org.xpi"
+}