diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-08 16:21:18 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-08 18:11:06 +0100 |
commit | 7ae70c1853c7ae8ca2de72346dc7a04d307301af (patch) | |
tree | 689f1fb37b307b2910aa6bd0e955f42c53c81ca2 /community/ocaml-findlib/APKBUILD | |
parent | 30030d2968ec0c7c556986124575b054867caff5 (diff) | |
download | aports-7ae70c1853c7ae8ca2de72346dc7a04d307301af.tar.bz2 aports-7ae70c1853c7ae8ca2de72346dc7a04d307301af.tar.xz |
community/ocaml-findlib: upgrade to 1.7.3
Diffstat (limited to 'community/ocaml-findlib/APKBUILD')
-rw-r--r-- | community/ocaml-findlib/APKBUILD | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/community/ocaml-findlib/APKBUILD b/community/ocaml-findlib/APKBUILD index 4eba03c55e..52dcdc3d9f 100644 --- a/community/ocaml-findlib/APKBUILD +++ b/community/ocaml-findlib/APKBUILD @@ -2,19 +2,18 @@ # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=ocaml-findlib _pkgname=findlib -pkgver=1.6.2 -pkgrel=1 +pkgver=1.7.3 +pkgrel=0 pkgdesc="OCaml package manager" url="http://projects.camlcity.org/projects/findlib.html" arch="all !x86 !armhf !s390x" # limited by ocaml abuild license="MIT" depends="ocaml" -depends_dev="$pkgname" +depends_dev="$pkgname=$pkgver-r$pkgrel" makedepends="m4 ncurses-dev" options="textrels" subpackages="$pkgname-dev $pkgname-doc" -source="http://download.camlcity.org/download/$_pkgname-$pkgver.tar.gz - Makefile.patch" +source="http://download.camlcity.org/download/$_pkgname-$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" build() { @@ -23,7 +22,8 @@ build() { ./configure \ -sitelib /usr/lib/ocaml \ -mandir /usr/share/man \ - -config /etc/$_pkgname.conf + -config /etc/$_pkgname.conf \ + -no-camlp4 make -j1 all opt } @@ -50,5 +50,4 @@ dev() { "$subpkgdir"/$sitelib/ } -sha512sums="8c4098e6956530bc88d20a1b91512c68368e8a866398ce4d504afe3f71e81124c01644ba31ff97da6e61e7410328b533fb1d31a513166231047dab1933179fc4 findlib-1.6.2.tar.gz -e6f9b0d4519518b01665142061f07f329ab8a4ced0c6b8c7aaa3dd8801548a2154616da7369e9d923635fb5c1d16e77623acb51c235f2141aa25357c907de9af Makefile.patch" +sha512sums="5fc8250c123e2f019406be487134523f964668d615b51b216551d74f6ec1999de43aa7babc9c2c75ebb87293b4b8c640548d562a98a6e5a6d7f663432869c886 findlib-1.7.3.tar.gz" |