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