2019-08-11 11:14:03 +02:00
|
|
|
# Description: a simple thesaurus
|
|
|
|
# URL: http://hunspell.sourceforge.net/
|
|
|
|
# Maintainer: Tim Biermann, tbier at posteo dot de
|
|
|
|
# Depends on: hunspell
|
|
|
|
|
|
|
|
name=libmythes
|
2022-08-25 21:39:49 +02:00
|
|
|
version=1.2.5
|
2019-08-11 11:14:03 +02:00
|
|
|
release=1
|
2022-08-25 21:39:49 +02:00
|
|
|
source=(https://github.com/hunspell/mythes/releases/download/v$version/mythes-$version.tar.xz)
|
2019-08-11 11:14:03 +02:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd mythes-$version
|
|
|
|
./configure --prefix=/usr
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|