mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
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'
|
# Template file for 'camlp5'
|
||||||
pkgname=camlp5
|
pkgname=camlp5
|
||||||
version=8.00.02
|
version=8.00.03
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="camlp5-rel${version}"
|
wrksrc="camlp5-rel${version}"
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="-mandir /usr/share/man"
|
configure_args="-mandir /usr/share/man"
|
||||||
hostmakedepends="ocaml perl"
|
hostmakedepends="ocaml perl ocaml-findlib"
|
||||||
short_desc="OCaml preprocessor and pretty-printer"
|
short_desc="OCaml preprocessor and pretty-printer"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://camlp5.github.io/"
|
homepage="https://camlp5.github.io/"
|
||||||
distfiles="https://github.com/${pkgname}/${pkgname}/archive/rel${version}.tar.gz"
|
distfiles="https://github.com/${pkgname}/${pkgname}/archive/rel${version}.tar.gz"
|
||||||
checksum=3c8c5c574b739cd9e4f0fd4881625ec4c67b456b64fc04ed2882e89a724577fd
|
checksum=1a710e2a6dbb0f4440867850d605f31fe8407ee8a56c9e067866e34e584385b4
|
||||||
nocross=yes
|
nocross=yes
|
||||||
nopie=yes
|
nopie=yes
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall etc/META 0644 usr/lib/ocaml/camlp5
|
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue