opt/ocaml/Pkgfile

19 lines
576 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
2007-01-06 12:09:32 +01:00
# Depends on: ncruses, gdbm, xorg-libx11, xorg-libxau
2006-02-23 16:26:10 +01:00
name=ocaml
2006-09-17 14:26:38 +02:00
version=3.09.3
2006-02-23 16:26:10 +01:00
release=1
source=(http://caml.inria.fr/pub/distrib/$name-3.09/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure -prefix /usr -with-pthread --no-tk
make world opt
make PREFIX=$PKG/usr install installopt
sed -i "s|$PKG||" $PKG/usr/lib/ocaml/ld.conf
}