contrib/aspell-ru/Pkgfile

18 lines
411 B
Plaintext
Raw Normal View History

2007-01-02 16:42:33 +01:00
# Description: Russian dictionary for aspell
# URL: http://aspell.net
# Maintainer: Mikhail Kolesnik, mike at openbunker dot org
2007-01-03 16:58:40 +01:00
# Packager: Evgeny Kozhemyakin, evg at net21 dot ru
2007-01-02 16:42:33 +01:00
# Depends on: aspell
name=aspell-ru
version=0.99f7-1
release=1
source=(http://mirrors.sunsite.dk/gnu/aspell/dict/ru/aspell6-ru-$version.tar.bz2)
build () {
cd aspell6-ru-$version
./configure
make
make DESTDIR=$PKG install
}