camlp depends on ocamlbuild and removed redundant dependency ocaml

This commit is contained in:
Danny Rawlins 2017-06-25 23:21:02 +10:00
parent 89821d9117
commit c695b53998
2 changed files with 3 additions and 4 deletions

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF32vWS680Bg58Ukykgoik8w6jufbO+nrUq4vJlKJ1GwBBqSzj58uzu8OtzVVGb4+yrBsbUvvCp1tjrO+LN04Hwg8=
SHA256 (Pkgfile) = 43bc7be1c7febc85be337f83c6c88cc5a57dbc23e48844ba85d6c37c31fa9458
RWSagIOpLGJF353esyDwn61qtDxVkgQ8YFCN7yjvJYJInUwCB3LPbfsN0Cv1EagqbuUFiONvp2U1V/CjQO+IBVY0YvgFjQ/oMgM=
SHA256 (Pkgfile) = ff9030f55eee19feebdefe1befc297fa44612e734951bd99198c0c8bc35640e8
SHA256 (.footprint) = 12cc29e316c4de94bddb513b664044d24538df24d0bd13615b3f22c13d9e76ab
SHA256 (4.04+1.tar.gz) = 6044f24a44053684d1260f19387e59359f59b0605cdbf7295e1de42783e48ff1

@ -1,7 +1,7 @@
# Description: Software system for writing extensible parsers
# URL: https://github.com/ocaml/camlp4
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on: ocaml
# Depends on: ocamlbuild
name=camlp
version=4.04+1
@ -15,5 +15,4 @@ build() {
make
make install DESTDIR=$PKG
}