milis/talimatname/genel/u/urweb/talimat

21 lines
448 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: Ur/Web, web framework için saf fonksiyonel dil.
# URL: http://www.impredicative.com/ur/
# Paketçi: milisarge
# Gerekler: mlton sqlite uthash
# Grup: geliştirme
isim=urweb
surum=20170720
devir=1
kaynak=(http://www.impredicative.com/ur/urweb-$surum.tgz
use-system-uthash.patch)
derle() {
cd "$isim-$surum"
patch -p1 -i "$SRC/use-system-uthash.patch"
./configure --prefix=/usr
make
make -k check
make DESTDIR="$PKG/" install
}