ocaml-findlib.paketlendi

This commit is contained in:
milisarge 2017-04-13 21:45:44 +03:00
parent 7315d8630e
commit 8c3b50e38a
1 changed files with 4 additions and 5 deletions

View File

@ -5,7 +5,7 @@
name=ocaml-findlib
_name=findlib
version=1.5.6
version=1.7.1
release=1
source=(http://download.camlcity.org/download/${_name}-$version.tar.gz)
@ -16,9 +16,8 @@ build() {
./configure -bindir /usr/bin \
-config /etc/findlib.conf
export prefix=$PKG
make -j1
make opt
make install
make -j1 all opt
make prefix="$PKG" install
install -m755 src/findlib/ocamlfind_opt "$pkgdir/usr/bin/"
}