19 lines
373 B
Plaintext
19 lines
373 B
Plaintext
|
# Description: Romanian dictionary for aspell
|
||
|
# URL: http://aspell.net
|
||
|
# Maintainer: Alexandr Savca, alexandrsavca89 at gmail dot com
|
||
|
# Depends on: aspell
|
||
|
|
||
|
name=aspell-ro
|
||
|
version=3.3-2
|
||
|
release=1
|
||
|
source=(http://mirrors.sunsite.dk/gnu/aspell/dict/ro/aspell5-ro-$version.tar.bz2)
|
||
|
|
||
|
build () {
|
||
|
cd aspell5-ro-$version
|
||
|
|
||
|
./configure
|
||
|
|
||
|
make
|
||
|
make DESTDIR=$PKG install
|
||
|
}
|