You are not logged in.

#1 2005-02-11 09:18:03

timmy
Member
From: Christiansfeld - Denmark
Registered: 2005-01-25
Posts: 45
Website

aspell-da

Hey people, I just made a PKGBUILD file for aspell, and it seems to work, atleast I got it installed

PKGBUILD:

# Maintainer: Mads N. Vestergaard <mnv@timmy.dk>

pkgname=aspell-da
pkgver=0.50.1
pkgrel=1
pkgdesc="Danish dictionary for aspell"
depends=('aspell')
url="http://aspell.net/"
source=(ftp://ftp.gnu.org/gnu/aspell/dict/da/$pkgname-$pkgver-0.tar.bz2)
md5sums=('1bf582a9aa0e0f8007a2ba9d52964e7e')

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

You can also download the file from here: http://pub.rwxr-xr-x.dk/PKGBUILDs/PKGBUILD-aspell-da


Know your rights - http://rwxr-xr-x.dk

Offline

Board footer

Powered by FluxBB