You are not logged in.

#1 2005-01-27 21:04:26

pukyxd
Member
Registered: 2004-12-26
Posts: 20
Website

pkgbuild of aspell-ca

A pkgbuild for the aspell-ca, the catalan diktionary of spell.

pkgname=aspell-ca
pkgver=20040130
pkgrel=1
pkgdesc="The catalan diccionary for aspell"
url="http://aspell.sourceforge.net"
depends=('aspell')
source=(ftp://ftp.gnu.org/gnu/aspell/dict/ca/aspell6-ca-$pkgver-1.tar.bz2)
md5sums=(5dfeebdfbe68556e70abfa95dd775263)

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

Offline

Board footer

Powered by FluxBB