You are not logged in.

#1 2005-05-01 17:53:22

morgoth
Member
Registered: 2005-04-07
Posts: 21

aspell-nb package

Here is a aspell-nb package for us Norwegians:

pkgname=aspell-nb
pkgver=0.50.1
pkgrel=1
pkgdesc="Norwegian Bokmål dictionary for aspell"
depends=('aspell')
url="http://aspell.net/"
source=(ftp://ftp.gnu.org/gnu/aspell/dict/nb/$pkgname-$pkgver-0.tar.bz2)
md5sums=('d1173a5ce04f39e9c93183da691e7ce8')

build() {
  cd $startdir/src/$pkgname-$pkgver-0
  ./configure
   /usr/bin/make || return 1
   /usr/bin/make DESTDIR=$startdir/pkg install
}

Offline

Board footer

Powered by FluxBB