12345678910111213141516171819 |
- # Tanım: Aspell yazım denetimi yazılımı için Türkçe sözlükler.
- # URL: http://aspell.net
- # Paketçi: milisarge
- # Gerekler: aspell
- # Grup: kütüphane
- isim=aspell-tr
- surum=0.50.0
- devir=1
- kaynak=(ftp://ftp.gnu.org/gnu/aspell/dict/tr/$isim-$_version.tar.bz2)
- _surum=0.50-0
- derle() {
- cd aspell-tr*
- ./configure
- make
- make DESTDIR=$PKG install
- }
|