milis/talimatname/genel/aspell-tr/talimat

18 lines
351 B
Plaintext
Raw Normal View History

# Description: Aspell yazım denetimi yazılımı için Türkçe sözlükler.
2016-03-30 18:31:22 +02:00
# URL: http://aspell.net
2017-01-30 23:55:06 +01:00
# Packager: milisarge
# Depends on: aspell
2016-03-30 18:31:22 +02:00
2017-01-30 23:55:06 +01:00
_version=0.50-0
2016-03-30 18:31:22 +02:00
name=aspell-tr
2016-07-30 12:02:33 +02:00
version=0.50.0
2016-03-30 18:31:22 +02:00
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
}