camlp5: update to 8.00.03.
This commit is contained in:
parent
d2a7ef965b
commit
67710cf3f4
1 changed files with 3 additions and 4 deletions
|
@ -1,21 +1,20 @@
|
|||
# Template file for 'camlp5'
|
||||
pkgname=camlp5
|
||||
version=8.00.02
|
||||
version=8.00.03
|
||||
revision=1
|
||||
wrksrc="camlp5-rel${version}"
|
||||
build_style=configure
|
||||
configure_args="-mandir /usr/share/man"
|
||||
hostmakedepends="ocaml perl"
|
||||
hostmakedepends="ocaml perl ocaml-findlib"
|
||||
short_desc="OCaml preprocessor and pretty-printer"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://camlp5.github.io/"
|
||||
distfiles="https://github.com/${pkgname}/${pkgname}/archive/rel${version}.tar.gz"
|
||||
checksum=3c8c5c574b739cd9e4f0fd4881625ec4c67b456b64fc04ed2882e89a724577fd
|
||||
checksum=1a710e2a6dbb0f4440867850d605f31fe8407ee8a56c9e067866e34e584385b4
|
||||
nocross=yes
|
||||
nopie=yes
|
||||
|
||||
post_install() {
|
||||
vinstall etc/META 0644 usr/lib/ocaml/camlp5
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue