milis/talimatname/genel/m/mlton/talimat

17 lines
537 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: standart ML derleyicisi
# URL: http://mlton.org/
# Paketçi: milisarge
# Gerekler: setconf python
name=mlton
version=20130715
release=1
source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.src.tgz
http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version-1.amd64-linux.tgz)
derle() {
setconf usr/bin/mlton lib="$SRC/usr/lib/mlton"
PATH="$PATH:$SRC/usr/bin" make -C "$name-$version" -j1 all-no-docs
make -C "$name-$version" DESTDIR="$PKG" -j1 install-no-docs
}