parent
c4195834b6
commit
4329311842
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'ocaml'
|
# Template file for 'ocaml'
|
||||||
pkgname=ocaml
|
pkgname=ocaml
|
||||||
version=4.02.2
|
version=4.02.3
|
||||||
revision=1
|
revision=1
|
||||||
makedepends="ncurses-devel libX11-devel"
|
makedepends="ncurses-devel libX11-devel"
|
||||||
short_desc="The main implementation of the Caml language"
|
short_desc="The main implementation of the Caml language"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
homepage="http://caml.inria.fr"
|
homepage="http://caml.inria.fr"
|
||||||
license="QPL-1, LGPL-2"
|
license="QPL-1, LGPL-2"
|
||||||
distfiles="${homepage}/pub/distrib/${pkgname}-${version%.*}/${pkgname}-${version}.tar.xz"
|
distfiles="${homepage}/pub/distrib/${pkgname}-${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=60f923988ab7ae023a0799f9699d7d7a476bf8207ee2c900f92c8288ea363085
|
checksum=83c6697e135b599a196fd7936eaf8a53dd6b8f3155a796d18407b56f91df9ce3
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
|
@ -18,9 +18,6 @@ do_build() {
|
||||||
make ${makejobs} world.opt
|
make ${makejobs} world.opt
|
||||||
}
|
}
|
||||||
do_install() {
|
do_install() {
|
||||||
local compiler_libs=${DESTDIR}/usr/lib/ocaml/compiler-libs
|
|
||||||
|
|
||||||
make PREFIX=${DESTDIR}/usr MANDIR=${DESTDIR}/usr/share/man install
|
make PREFIX=${DESTDIR}/usr MANDIR=${DESTDIR}/usr/share/man install
|
||||||
|
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue