summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof (3ED) AS2015-07-02 10:03:49 +0200
committerKrzysztof (3ED) AS2015-07-02 10:03:49 +0200
commit49fd2df65582340e89cc5fa021d1adc081b4900b (patch)
treef1f40a96d2414c5f032ed5a1494738209cfc4a9e
downloadaur-49fd2df65582340e89cc5fa021d1adc081b4900b.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..4a8a4b0577a4
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,14 @@
+pkgbase = seamonkey-i18n-lt
+ pkgdesc = Lithuanian 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.lt.langpack.xpi
+ source = https://ftp.mozilla.org/pub/seamonkey/releases/2.33.1/langpack/seamonkey-2.33.1.lt.langpack.xpi
+ sha256sums = 19f699e40637e9f4dd06561bcc99cc8adc54c2e5b4c9d19cdce05eefbfcb2e55
+
+pkgname = seamonkey-i18n-lt
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..8c6301177267
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,19 @@
+# Maintainer: 3ED <krzysztof1987 at gmail>
+
+pkgname=seamonkey-i18n-lt
+pkgver=2.33.1
+pkgrel=1
+_lang=lt
+pkgdesc="Lithuanian 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=('19f699e40637e9f4dd06561bcc99cc8adc54c2e5b4c9d19cdce05eefbfcb2e55')
+
+package() {
+ install -Dm644 "${srcdir}/seamonkey-${pkgver}.${_lang}.langpack.xpi" \
+ "${pkgdir}/usr/lib/seamonkey-${pkgver}/extensions/langpack-${_lang}@seamonkey.mozilla.org.xpi"
+}