camlp5: install META file.

This commit is contained in:
Leah Neukirchen 2018-04-24 16:17:58 +02:00
parent 313dcb74d0
commit fc2a52bb1e
1 changed files with 2 additions and 1 deletions

View File

@ -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
} }