contrib/camlp/Pkgfile

19 lines
385 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
version=4.04+1
release=1
source=(https://github.com/ocaml/camlp4/archive/$version.tar.gz)
build() {
cd camlp4-${version%%+*}-1
./configure
make
make install DESTDIR=$PKG
}