diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-11 17:30:02 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-11 19:11:21 +0100 |
commit | 0a773df31fd00b550079d30362924fe4f99c8b4e (patch) | |
tree | e351c6c2ab1b25192bac3b72b0881f03973d717d /community/ocaml-camlp4 | |
parent | 734cc085534f6925bfcb09311ab9accbaaf6bb83 (diff) | |
download | aports-0a773df31fd00b550079d30362924fe4f99c8b4e.tar.bz2 aports-0a773df31fd00b550079d30362924fe4f99c8b4e.tar.xz |
community/ocamlbuild: split to subpkgs and update depending aports
Diffstat (limited to 'community/ocaml-camlp4')
-rw-r--r-- | community/ocaml-camlp4/APKBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/community/ocaml-camlp4/APKBUILD b/community/ocaml-camlp4/APKBUILD index a37ccbd1f9..2e671ddee6 100644 --- a/community/ocaml-camlp4/APKBUILD +++ b/community/ocaml-camlp4/APKBUILD @@ -7,14 +7,15 @@ _pkgname=camlp4 pkgver=4.06.1 _pkgver="${pkgver%.*}+${pkgver##*.}" _ocamlver=${pkgver%.*} -pkgrel=0 +pkgrel=1 pkgdesc="Caml preprocessor and pretty-printer" url="https://github.com/ocaml/camlp4/releases" arch="all !x86 !armhf !s390x" # ocaml not avail on excluded platforms license="LGPL-2.0-or-later-WITH-linking-exception" -depends="ocaml-runtime=~$_ocamlver" +depends="ocaml-runtime=~$_ocamlver ocaml-ocamlbuild" depends_dev="$pkgname=$pkgver-r$pkgrel" -makedepends="ocaml=~$_ocamlver ocaml-compiler-libs=~$_ocamlver ocamlbuild" +makedepends="ocaml=~$_ocamlver ocaml-compiler-libs=~$_ocamlver + ocaml-ocamlbuild-dev ocamlbuild" replaces="camlp4" # for backward compatibility provides="camlp4=$pkgver-r$pkgrel" # for backward compatibility subpackages="$pkgname-dev" |