ocaml-findlib.paketlendi
This commit is contained in:
parent
7315d8630e
commit
8c3b50e38a
1 changed files with 4 additions and 5 deletions
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
name=ocaml-findlib
|
name=ocaml-findlib
|
||||||
_name=findlib
|
_name=findlib
|
||||||
version=1.5.6
|
version=1.7.1
|
||||||
release=1
|
release=1
|
||||||
source=(http://download.camlcity.org/download/${_name}-$version.tar.gz)
|
source=(http://download.camlcity.org/download/${_name}-$version.tar.gz)
|
||||||
|
|
||||||
|
@ -16,9 +16,8 @@ build() {
|
||||||
./configure -bindir /usr/bin \
|
./configure -bindir /usr/bin \
|
||||||
-config /etc/findlib.conf
|
-config /etc/findlib.conf
|
||||||
|
|
||||||
export prefix=$PKG
|
make -j1 all opt
|
||||||
make -j1
|
make prefix="$PKG" install
|
||||||
make opt
|
install -m755 src/findlib/ocamlfind_opt "$pkgdir/usr/bin/"
|
||||||
make install
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue