[arch-commits] Commit in aspell-nl/repos (staging-any staging-any/PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat May 16 09:44:58 UTC 2020
Date: Saturday, May 16, 2020 @ 09:44:56
Author: felixonmars
Revision: 383931
archrelease: copy trunk to staging-any
Added:
aspell-nl/repos/staging-any/
aspell-nl/repos/staging-any/PKGBUILD
(from rev 383930, aspell-nl/trunk/PKGBUILD)
----------+
PKGBUILD | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
Copied: aspell-nl/repos/staging-any/PKGBUILD (from rev 383930, aspell-nl/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD (rev 0)
+++ staging-any/PKGBUILD 2020-05-16 09:44:56 UTC (rev 383931)
@@ -0,0 +1,27 @@
+# Maintainer:
+# Contributor: Simo Leone <simo at archlinux.org>
+# Contributor: Tobias Kieslich <tobias at justdreams.de>
+
+pkgname=aspell-nl
+pkgver=0.50.2
+pkgrel=6
+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