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