contrib/aspell-ro/Pkgfile

19 lines
370 B
Plaintext
Raw Normal View History

2020-11-23 15:44:37 +02: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 15:06:46 +02:00
version=3.3.10
2020-11-23 15:44:37 +02:00
release=1
2020-11-26 15:06:46 +02:00
source=(https://download.sourceforge.net/rospell/aspell5-ro-$version.tar.bz2)
2020-11-23 15:44:37 +02:00
build () {
cd aspell5-ro-$version
./configure
make
make DESTDIR=$PKG install
}