milis/talimatname/genel/u/urweb/talimat

20 lines
447 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Ur/Web: web framework için saf fonksiyonel dil
2017-06-19 12:17:06 +02:00
# URL: http://www.impredicative.com/ur/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: mlton sqlite uthash
2017-06-19 12:17:06 +02:00
name=urweb
2017-09-07 05:54:20 +02:00
version=20170720
2017-06-19 12:17:06 +02:00
release=1
2017-09-07 05:54:20 +02:00
source=(http://www.impredicative.com/ur/urweb-$version.tgz
2017-06-19 12:17:06 +02:00
use-system-uthash.patch)
2017-10-27 23:59:41 +02:00
derle() {
2017-06-19 12:17:06 +02:00
cd "$name-$version"
patch -p1 -i "$SRC/use-system-uthash.patch"
./configure --prefix=/usr
make
make -k check
make DESTDIR="$PKG/" install
}