milis/talimatname/genel/u/urweb/talimat

20 lines
447 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
name=urweb
version=20170720
release=1
source=(http://www.impredicative.com/ur/urweb-$version.tgz
use-system-uthash.patch)
derle() {
cd "$name-$version"
patch -p1 -i "$SRC/use-system-uthash.patch"
./configure --prefix=/usr
make
make -k check
make DESTDIR="$PKG/" install
}