development/camlp4: Depend on ocamlbuild, install meta file.

Signed-off-by: David Spencer <baildon.research@googlemail.com>
This commit is contained in:
David Spencer 2016-07-12 19:12:36 +01:00 committed by Robby Workman
parent 6a24279af4
commit cc2894e499
2 changed files with 3 additions and 1 deletions

View File

@ -80,6 +80,8 @@ find -L . \
make -j1 all
make -j1 install DESTDIR=$PKG
make -j1 camlp4/META
make -j1 install-META PKGDIR=$PKG/usr/lib$LIBDIRSUFFIX/ocaml/site-lib
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true

View File

@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/ocaml/camlp4/archive/4.03+1.tar.gz"
MD5SUM="65ece8d2c8f4b1e06d62323e78759a7c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ocaml"
REQUIRES="ocamlbuild"
MAINTAINER="Matteo Bernardini"
EMAIL="ponce@slackbuilds.org"