milis/talimatname/genel/aspell-tr/talimat

18 lines
351 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Aspell yazım denetimi yazılımı için Türkçe sözlükler.
# URL: http://aspell.net
# Packager: milisarge
# Depends on: aspell
_version=0.50-0
name=aspell-tr
version=0.50.0
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
}