Skip to content

Commit

Permalink
archrelease: copy trunk to testing-any
Browse files Browse the repository at this point in the history
git-svn-id: file:///srv/repos/svn-packages/svn@325175 eb2447ed-0c53-47e4-bac8-5bc4a241df78
  • Loading branch information
jelly committed May 30, 2018
1 parent 9ddb78b commit 95b8a7b
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions aspell-nl/repos/testing-any/PKGBUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# $Id$
# Maintainer:
# Contributor: Simo Leone <[email protected]>
# Contributor: Tobias Kieslich <[email protected]>

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
}

0 comments on commit 95b8a7b

Please sign in to comment.