milis/talimatname/genel/hyphen/talimat

18 lines
433 B
Plaintext
Raw Normal View History

2017-03-27 11:04:12 +02:00
# Description: Dönüştürülmüş TeX tireleme kalıplarını kullanmak için tire, tireleme kitaplığı
2016-02-24 01:27:23 +01:00
# URL: http://hunspell.sourceforge.net/
2017-01-31 02:35:21 +01:00
# Packager: milisarge
# Depends on:
2016-02-24 01:27:23 +01:00
name=hyphen
version=2.8.8
release=1
source=( http://downloads.sourceforge.net/hunspell/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
2017-01-31 02:35:21 +01:00
--disable-static
2016-02-24 01:27:23 +01:00
make
make DESTDIR=$PKG install
}