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

Felix Yan felixonmars at archlinux.org
Tue Jul 7 12:37:13 UTC 2020


    Date: Tuesday, July 7, 2020 @ 12:37:13
  Author: felixonmars
Revision: 658158

archrelease: copy trunk to community-staging-x86_64

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

----------+
 PKGBUILD |   29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

Copied: aspell-sv/repos/community-staging-x86_64/PKGBUILD (from rev 658157, aspell-sv/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 12:37:13 UTC (rev 658158)
@@ -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=3
+
+pkgdesc="Swedish dictionary for aspell"
+url="http://aspell.net/"
+license=('LGPL')
+arch=('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