void-packages/srcpkgs/ocaml/template

30 lines
740 B
Text
Raw Normal View History

2012-09-30 05:11:16 +00:00
# Template file for 'ocaml'
pkgname=ocaml
_majorver=4.02
2012-09-30 05:11:16 +00:00
version=${_majorver}.0
revision=1
makedepends="ncurses-devel libX11-devel"
2012-09-30 05:11:16 +00:00
short_desc="The main implementation of the Caml language"
maintainer="Juan RP <xtraeme@gmail.com>"
2012-09-30 05:11:16 +00:00
homepage="http://caml.inria.fr"
license="QPL-1,LGPL-2"
distfiles="${homepage}/pub/distrib/${pkgname}-${_majorver}/${pkgname}-${version}.tar.xz"
checksum=87d7a59e90659bea57ae25659bbd25d56fe09e93465f2a11b610f3f537ca85d6
nocross=yes
do_configure() {
./configure -prefix /usr -mandir /usr/share/man
}
do_build() {
make ${makejobs} world.opt
}
do_install() {
2013-04-16 12:39:52 +00:00
local compiler_libs=${DESTDIR}/usr/lib/ocaml/compiler-libs
make PREFIX=${DESTDIR}/usr MANDIR=${DESTDIR}/usr/share/man install
2012-09-30 05:11:16 +00:00
vlicense LICENSE
}