updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / aspell-lt / PKGBUILD
blob46d2e9a632c152639e5cdf167d92406b6da69a45
1 # Contributor: brotheris <brotheris@gmail.com>
2 # Based on aspell-en
4 pkgname=aspell-lt
5 pkgver=1.2.1
6 pkgrel=1
7 pkgdesc="Lithuanian dictionary for aspell"
8 arch=('i686' 'x86_64')
9 depends=('aspell')
10 url="http://files.akl.lt/ispell-lt/"
11 source=(http://files.akl.lt/ispell-lt/aspell6-lt-$pkgver-0.tar.bz2)
12 license=('custom')
13 md5sums=('bfde48c27cac3ae8ce3a1818ba68a2d8')
15 build() {
16   cd $startdir/src/aspell6-lt-$pkgver-0
17   ./configure
18   /usr/bin/make || return 1
19   /usr/bin/make DESTDIR=$startdir/pkg install
21 install -D $startdir/src/aspell6-lt-$pkgver-0/Copyright $startdir/pkg/usr/share/licenses/custom/$pkgname/Copyright