[arch-commits] Commit in aspell-sv/repos (4 files)

Johannes Löthberg demize at archlinux.org
Tue May 26 19:14:57 UTC 2015


    Date: Tuesday, May 26, 2015 @ 21:14:56
  Author: demize
Revision: 134189

archrelease: copy trunk to community-i686, community-x86_64

Added:
  aspell-sv/repos/community-i686/
  aspell-sv/repos/community-i686/PKGBUILD
    (from rev 134188, aspell-sv/trunk/PKGBUILD)
  aspell-sv/repos/community-x86_64/
  aspell-sv/repos/community-x86_64/PKGBUILD
    (from rev 134188, aspell-sv/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   29 +++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   29 +++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

Copied: aspell-sv/repos/community-i686/PKGBUILD (from rev 134188, aspell-sv/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-05-26 19:14:56 UTC (rev 134189)
@@ -0,0 +1,29 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: jimmie <jimmiej at hotmail.com>
+# Contributor: swanson
+
+pkgname=aspell-sv
+pkgver=0.51
+pkgrel=1
+
+pkgdesc="Swedish dictionary for aspell"
+url="http://aspell.net/"
+license=('LGPL')
+arch=('i686' 'x86_64')
+
+depends=('aspell')
+
+source=("ftp://ftp.gnu.org/gnu/aspell/dict/sv/aspell-sv-$pkgver-0.tar.bz2")
+
+md5sums=('d180c781f8986ea0f65b6b18f02a494e')
+
+build() {
+  cd aspell-sv-"$pkgver"-0
+  ./configure
+  make
+}
+
+package() {
+  cd aspell-sv-"$pkgver"-0
+  make DESTDIR="$pkgdir" install
+}

Copied: aspell-sv/repos/community-x86_64/PKGBUILD (from rev 134188, aspell-sv/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-05-26 19:14:56 UTC (rev 134189)
@@ -0,0 +1,29 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: jimmie <jimmiej at hotmail.com>
+# Contributor: swanson
+
+pkgname=aspell-sv
+pkgver=0.51
+pkgrel=1
+
+pkgdesc="Swedish dictionary for aspell"
+url="http://aspell.net/"
+license=('LGPL')
+arch=('i686' 'x86_64')
+
+depends=('aspell')
+
+source=("ftp://ftp.gnu.org/gnu/aspell/dict/sv/aspell-sv-$pkgver-0.tar.bz2")
+
+md5sums=('d180c781f8986ea0f65b6b18f02a494e')
+
+build() {
+  cd aspell-sv-"$pkgver"-0
+  ./configure
+  make
+}
+
+package() {
+  cd aspell-sv-"$pkgver"-0
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list