20 lines
439 B
Plaintext
20 lines
439 B
Plaintext
|
# Tanım: Ur/Web: web framework için saf fonksiyonel dil
|
|||
|
# URL: http://www.impredicative.com/ur/
|
|||
|
# Paketçi: milisarge
|
|||
|
# Gerekler: mlton sqlite uthash
|
|||
|
|
|||
|
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
|
|||
|
}
|