camlp5: install META file.
This commit is contained in:
parent
313dcb74d0
commit
fc2a52bb1e
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'camlp5'
|
# Template file for 'camlp5'
|
||||||
pkgname=camlp5
|
pkgname=camlp5
|
||||||
version=7.05
|
version=7.05
|
||||||
revision=1
|
revision=2
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="-mandir /usr/share/man"
|
configure_args="-mandir /usr/share/man"
|
||||||
hostmakedepends="ocaml"
|
hostmakedepends="ocaml"
|
||||||
|
@ -16,5 +16,6 @@ nopie=yes
|
||||||
checksum=ccc7afd2936c75cbee4aad58cd2ef8e7bf0dded556b91d76e4e462a27550ff12
|
checksum=ccc7afd2936c75cbee4aad58cd2ef8e7bf0dded556b91d76e4e462a27550ff12
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
vinstall etc/META 0644 usr/lib/ocaml/camlp5
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue