[arch-commits] Commit in aspell-nl/repos (extra-any extra-any/PKGBUILD testing-any)
    Jelle van der Waa 
    jelle at archlinux.org
       
    Wed May 30 19:24:19 UTC 2018
    
    
  
    Date: Wednesday, May 30, 2018 @ 19:24:19
  Author: jelle
Revision: 325177
db-move: moved aspell-nl from [testing] to [extra] (any)
Added:
  aspell-nl/repos/extra-any/
  aspell-nl/repos/extra-any/PKGBUILD
    (from rev 325176, aspell-nl/repos/testing-any/PKGBUILD)
Deleted:
  aspell-nl/repos/testing-any/
----------+
 PKGBUILD |   28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
Copied: aspell-nl/repos/extra-any/PKGBUILD (from rev 325176, aspell-nl/repos/testing-any/PKGBUILD)
===================================================================
--- extra-any/PKGBUILD	                        (rev 0)
+++ extra-any/PKGBUILD	2018-05-30 19:24:19 UTC (rev 325177)
@@ -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