contrib/aspell-ro/Pkgfile

19 lines
370 B
Plaintext
Raw Normal View History

2020-11-23 14:44:37 +01:00
# Description: Romanian dictionary for aspell
# URL: http://aspell.net
# Maintainer: Alexandr Savca, alexandrsavca89 at gmail dot com
# Depends on: aspell
name=aspell-ro
2020-11-26 14:06:46 +01:00
version=3.3.10
2020-11-23 14:44:37 +01:00
release=1
2020-11-26 14:06:46 +01:00
source=(https://download.sourceforge.net/rospell/aspell5-ro-$version.tar.bz2)
2020-11-23 14:44:37 +01:00
build () {
cd aspell5-ro-$version
./configure
make
make DESTDIR=$PKG install
}