[arch-commits] Commit in aspell-nl/repos (testing-any testing-any/PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Wed May 30 19:22:45 UTC 2018


    Date: Wednesday, May 30, 2018 @ 19:22:45
  Author: jelle
Revision: 325175

archrelease: copy trunk to testing-any

Added:
  aspell-nl/repos/testing-any/
  aspell-nl/repos/testing-any/PKGBUILD
    (from rev 325174, aspell-nl/trunk/PKGBUILD)

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

Copied: aspell-nl/repos/testing-any/PKGBUILD (from rev 325174, aspell-nl/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2018-05-30 19:22:45 UTC (rev 325175)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:
+# Contributor: Simo Leone <simo at archlinux.org>
+# Contributor: Tobias Kieslich <tobias at justdreams.de>
+
+pkgname=aspell-nl
+pkgver=0.50.2
+pkgrel=4
+pkgdesc="Dutch dictionary for aspell"
+arch=('any')
+url="http://aspell.net/"
+license=('custom')
+depends=('aspell')
+source=(ftp://ftp.gnu.org/gnu/aspell/dict/nl/$pkgname-0.50-2.tar.bz2)
+md5sums=('c3ef9fd7dc4c47d816eee9ef5149c76a')
+
+build() {
+  cd $srcdir/$pkgname-0.50-2
+  ./configure
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-0.50-2
+  make DESTDIR=$pkgdir install
+
+  install -D -m644 Copyright $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list