contrib/camlp/Pkgfile

19 lines
400 B
Plaintext
Raw Normal View History

2017-06-21 22:36:20 +02:00
# Description: Software system for writing extensible parsers
# URL: https://github.com/ocaml/camlp4
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on: ocamlbuild
2017-06-21 22:36:20 +02:00
name=camlp
2020-05-27 13:18:11 +02:00
version=4.10+1
2017-06-21 22:36:20 +02:00
release=1
2020-05-27 13:18:11 +02:00
source=(https://github.com/ocaml/camlp4/archive/$version/$name-$version.tar.gz)
2017-06-21 22:36:20 +02:00
build() {
cd camlp4-${version%%+*}-1
./configure
make
make install DESTDIR=$PKG
}