You are not logged in.
Pages: 1
pkgname=aspell-sv
pkgver=0.50.2
pkgrel=1
pkgdesc="Swedish dictionary for aspell"
url="http://aspell.sourceforge.net"
depends=('aspell')
source=(http://ftp.gnu.org/gnu/aspell/dict/sv/$pkgname-0.50-2.tar.bz2)
build() {
cd $startdir/src/$pkgname-0.50-2
./configure --vars ASPELL=/usr
make || return 1
make DESTDIR=$startdir/pkg/ install
}
Offline
tack farbror!
To err is human... to really foul up requires the root password.
Offline
Pages: 1