python-texttable: update to 1.3.1
[void-packages.git] / srcpkgs / ocaml / template
blob8ee600e4b4be0dc9088d4d5f3df25ae048b90a53
1 # Template file for 'ocaml'
2 pkgname=ocaml
3 version=4.06.1
4 revision=1
5 makedepends="ncurses-devel libX11-devel"
6 short_desc="The main implementation of the Caml language"
7 maintainer="Leah Neukirchen <leah@vuxu.org>"
8 homepage="http://ocaml.org/"
9 license="QPL-1, LGPL-2"
10 distfiles="https://github.com/${pkgname}/${pkgname}/archive/${version}.tar.gz"
11 checksum=fef12a65cab5f6d15ea22a72e328349530e179308f1005100e45e50a228d72c4
12 nocross=yes
13 disable_parallel_build=yes
15 do_configure() {
16         ./configure -prefix /usr -mandir /usr/share/man -fPIC
18 do_build() {
19         make ${makejobs} world.opt
21 do_install() {
22         make PREFIX=${DESTDIR}/usr MANDIR=${DESTDIR}/usr/share/man install
23         vlicense LICENSE