milis/talimatname/genel/aspell-tr/talimat
2016-03-30 19:31:22 +03:00

19 lines
335 B
Text

# Description: Turkish dictionaries for Aspell
# URL: http://aspell.net
# Packager: milisarge@gmail.com
# Depends on: aspell
_version=0.50-3
name=aspell-tr
version=0.50.3
release=1
source=(ftp://ftp.gnu.org/gnu/aspell/dict/tr/$name-$_version.tar.bz2)
build() {
cd aspell-tr*
./configure
make
make DESTDIR=$PKG install
}