opt/ocaml/Pkgfile

18 lines
494 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Objective CAML Compiler
# URL: http://caml.inria.fr/
2011-02-02 13:44:37 +01:00
# Maintainer: Juergen Daubert, jue at crux dot nu
2009-12-07 12:54:28 +01:00
# Packager: Erlend Bergsas Mikkelsen, howl at online dot no
2016-11-06 13:03:39 +01:00
# Depends on: binutils ncurses zlib
2006-02-23 16:26:10 +01:00
name=ocaml
2016-11-06 13:03:39 +01:00
version=4.04.0
2014-10-24 11:06:04 +02:00
release=1
2016-05-21 13:40:17 +02:00
source=(http://caml.inria.fr/pub/distrib/$name-${version%.*}/$name-$version.tar.xz)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version
2016-11-06 13:03:39 +01:00
./configure -prefix /usr -mandir /usr/share/man -no-graph
make world.opt
2016-05-21 13:40:17 +02:00
make DESTDIR=$PKG install
2006-02-23 16:26:10 +01:00
}