camlp4: update to 4.03+1.
Adopted.
This commit is contained in:
parent
6e0684e4e3
commit
f3a585169f
1 changed files with 8 additions and 8 deletions
|
@ -1,15 +1,15 @@
|
|||
# Template build file for 'camlp4'
|
||||
pkgname=camlp4
|
||||
version=4.02+6
|
||||
version=4.03+1
|
||||
revision=1
|
||||
build_style=configure
|
||||
short_desc="Caml preprocessor and pretty-printer"
|
||||
maintainer="John Regan <john@jrjrtech.com>"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="https://github.com/ocaml/camlp4"
|
||||
distfiles="$homepage/archive/${version}.tar.gz"
|
||||
checksum="820c35b69fdff3225bda6045fabffe5d7c54dda00fb157444ac8bda5e1778d45"
|
||||
makedepends="ocaml"
|
||||
checksum=6eefeacced81cca59ddf90c2538505fd5cd6596a3fc1acf4971e9796c2e7f2ae
|
||||
hostmakedepends="ocaml ocamlbuild"
|
||||
wrksrc="camlp4-${version/+/-}"
|
||||
nocross="yes"
|
||||
|
||||
|
@ -19,8 +19,8 @@ do_build() {
|
|||
|
||||
do_install() {
|
||||
make \
|
||||
BINDIR="$DESTDIR/usr/bin" \
|
||||
LIBDIR="$DESTDIR/usr/lib/ocaml" \
|
||||
PKGDIR="$DESTDIR/usr/lib/ocaml" \
|
||||
install install-META
|
||||
BINDIR="$DESTDIR/usr/bin" \
|
||||
LIBDIR="$DESTDIR/usr/lib/ocaml" \
|
||||
PKGDIR="$DESTDIR/usr/lib/ocaml" \
|
||||
install install-META
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue