You are not logged in.

#1 2003-11-28 19:57:10

linfocito
Member
From: Gurupi - TO, Brasil
Registered: 2003-05-18
Posts: 82

Ocaml

#Contributor: Eduardo Lopes (eduol@gmx.net)

pkgname=ocaml
pkgver=3.07pl2
pkgrel=1
pkgdesc="Ocaml compiler - Ocaml is a functional language with OO extensions"
url="http://caml.inria.fr/"
depends=("gdbm")
conflicts=()
backup=()
install=
source=(http://caml.inria.fr/distrib/ocaml-3.07/$pkgname-$pkgver.tar.gz)
md5sums=(e58057f1ecca2da3fee035c846ac7db2)

#IMPORTANT!
# Don't strip the code; ocamldebug won't work if stripped
# So use makepkg -n

build() {
  cd $startdir/src/$pkgname-3.07
  ./configure -no-tk -prefix /usr
  make world.opt
  umask 022
  make PREFIX=$startdir/pkg/usr install
}

"...archoholism is a hard disease to cure..."
Archlinux Brasil

Offline

#2 2004-08-11 02:56:14

tehdely
Member
Registered: 2004-02-20
Posts: 148
Website

Re: Ocaml

Excedrin? Perhaps it would be more appropriate to say nurbecedrin, am I correct in this assertion?


[Arch GNUstep Repository] [ PKGBUILDS ]
[code][gnustep]
Server = ftp://blkwidow.lerp.com/pub/mirror/arch/gnustep[/code]

Offline

Board footer

Powered by FluxBB