ocaml-findlib: update to 1.7.3.
This commit is contained in:
parent
db234b4c75
commit
6da7e5a2ac
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'ocaml-findlib'
|
||||
pkgname=ocaml-findlib
|
||||
version=1.7.2
|
||||
version=1.7.3
|
||||
revision=1
|
||||
build_style=configure
|
||||
configure_args="-config /etc/findlib.conf -sitelib /usr/lib/ocaml -mandir /usr/share/man"
|
||||
|
@ -11,11 +11,11 @@ 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=48e571d35390082d8d8a0611ae3b4e00cfcc4bf7c487b9af99302ceec1b58980
|
||||
checksum=d196608fa23c36c2aace27d5ef124a815132a5fcea668d41fa7d6c1ca246bd8b
|
||||
wrksrc="findlib-${version}"
|
||||
nocross="yes"
|
||||
nopie="yes"
|
||||
disable_parallel_build="yes"
|
||||
nocross=yes
|
||||
nopie=yes
|
||||
disable_parallel_build=yes
|
||||
|
||||
do_install() {
|
||||
make prefix="$DESTDIR" install
|
||||
|
|
Loading…
Reference in New Issue