opt/ocaml/Pkgfile

19 lines
522 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Objective CAML Compiler
# URL: http://caml.inria.fr/
# Maintainer: J<>rgen Daubert, juergen dot daubert at t-online dot de
# Packager: Erlend Bergs<67>s Mikkelsen, howl at online dot no
# Depends on: ncurses, gdbm
2006-02-23 16:26:10 +01:00
name=ocaml
2008-03-14 11:29:53 +01:00
version=3.10.2
release=1
2007-07-05 16:09:50 +02:00
source=(http://caml.inria.fr/pub/distrib/$name-3.10/$name-$version.tar.bz2)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version
./configure -prefix /usr -with-pthread --no-tk
2007-07-05 16:09:50 +02:00
make -j1 world opt
make PREFIX=$PKG/usr install
rm -r $PKG/usr/man/man3
2006-02-23 16:26:10 +01:00
}