New package: ocaml-findlib
This commit is contained in:
parent
445968234f
commit
6e3b7c5053
1 changed files with 23 additions and 0 deletions
23
srcpkgs/ocaml-findlib/template
Normal file
23
srcpkgs/ocaml-findlib/template
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Template file for 'ocaml-findlib'
|
||||
pkgname=ocaml-findlib
|
||||
version=1.5.5
|
||||
revision=1
|
||||
build_style=configure
|
||||
configure_args="-config /etc/findlib.conf -sitelib /usr/lib/ocaml -mandir /usr/share/man"
|
||||
make_build_args="all opt"
|
||||
makedepends="ocaml m4 ncurses-devel"
|
||||
short_desc="OCaml package manager"
|
||||
maintainer="John Regan <john@jrjrtech.com>"
|
||||
license="MIT"
|
||||
homepage="http://projects.camlcity.org/projects/findlib.html"
|
||||
distfiles="http://download.camlcity.org/download/findlib-${version}.tar.gz"
|
||||
checksum="aafaba4f7453c38347ff5269c6fd4f4c243ae2bceeeb5e10b9dab89329905946"
|
||||
wrksrc="findlib-${version}"
|
||||
nocross="yes"
|
||||
disable_parallel_build="yes"
|
||||
|
||||
do_install() {
|
||||
make prefix="$DESTDIR" install
|
||||
vbin src/findlib/ocamlfind_opt
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in a new issue