forked from archlinux/svntogit-packages
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
archrelease: copy trunk to testing-any
git-svn-id: file:///srv/repos/svn-packages/svn@325175 eb2447ed-0c53-47e4-bac8-5bc4a241df78
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |