2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: basit bir eş anlamlılar listesi
|
2017-09-21 10:05:32 +02:00
|
|
|
|
# URL: http://hunspell.sourceforge.net/
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: Cihan Alkan
|
|
|
|
|
# Gerekler: hunspell
|
2017-09-21 10:05:32 +02:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
isim=mythes
|
|
|
|
|
surum=1.2.4
|
|
|
|
|
devir=1
|
2017-09-21 10:05:32 +02:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
kaynak=(https://downloads.sourceforge.net/project/hunspell/MyThes/1.2.4/mythes-1.2.4.tar.gz)
|
2017-09-21 10:05:32 +02:00
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2017-10-28 14:10:23 +02:00
|
|
|
|
cd $isim-$surum
|
2017-09-21 10:05:32 +02:00
|
|
|
|
./configure --prefix=/usr --disable-static
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
install -m0644 -D COPYING "$PKG"/usr/share/licenses/mythes/COPYING
|
|
|
|
|
}
|