2018-08-02 14:47:29 +02:00
|
|
|
|
# Tanım: Basit bir eş anlamlılar listesi
|
2018-06-09 00:06:58 +02:00
|
|
|
|
# URL: http://hunspell.sourceforge.net/
|
|
|
|
|
# Paketçi: Cihan Alkan
|
|
|
|
|
# Gerekler: hunspell
|
2018-08-02 14:47:29 +02:00
|
|
|
|
# Grup: sistem
|
2018-06-09 00:06:58 +02:00
|
|
|
|
|
|
|
|
|
isim=mythes
|
|
|
|
|
surum=1.2.4
|
|
|
|
|
devir=1
|
|
|
|
|
|
|
|
|
|
kaynak=(https://downloads.sourceforge.net/project/hunspell/MyThes/1.2.4/mythes-1.2.4.tar.gz)
|
|
|
|
|
|
|
|
|
|
derle() {
|
|
|
|
|
cd $isim-$surum
|
|
|
|
|
./configure --prefix=/usr --disable-static
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
install -m0644 -D COPYING "$PKG"/usr/share/licenses/mythes/COPYING
|
|
|
|
|
}
|