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