milis/talimatname/genel/p/polyml/talimat

18 lines
430 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: standart ML derleyicisinin güncel gerçeklemesi
2017-09-03 02:02:42 +02:00
# URL: http://www.polyml.org
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: libffi
2017-09-03 02:02:42 +02:00
2017-10-28 14:10:23 +02:00
isim=polyml
surum=5.7
devir=1
kaynak=(https://github.com/${isim}/${isim}/archive/v${surum}.tar.gz::$isim-$surum.tar.gz)
2017-09-03 02:02:42 +02:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd "$SRC/$isim-$surum"
2017-09-03 02:02:42 +02:00
./configure --prefix=/usr --without-x --with-system-libffi --with-gmp --enable-shared
make
make -k check
make DESTDIR="$PKG/" install
}