development/camlp4: Depend on ocamlbuild, install meta file.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
This commit is contained in:
parent
6a24279af4
commit
cc2894e499
|
@ -80,6 +80,8 @@ find -L . \
|
||||||
|
|
||||||
make -j1 all
|
make -j1 all
|
||||||
make -j1 install DESTDIR=$PKG
|
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 \
|
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
|
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/ocaml/camlp4/archive/4.03+1.tar.gz"
|
||||||
MD5SUM="65ece8d2c8f4b1e06d62323e78759a7c"
|
MD5SUM="65ece8d2c8f4b1e06d62323e78759a7c"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="ocaml"
|
REQUIRES="ocamlbuild"
|
||||||
MAINTAINER="Matteo Bernardini"
|
MAINTAINER="Matteo Bernardini"
|
||||||
EMAIL="ponce@slackbuilds.org"
|
EMAIL="ponce@slackbuilds.org"
|
||||||
|
|
Loading…
Reference in New Issue