Date: Tuesday, March 3, 2015 @ 16:01:53 Author: foutrelis Revision: 128630
extra2community: Moving camlp4 from extra to community Added: camlp4/ camlp4/repos/ camlp4/trunk/ camlp4/trunk/PKGBUILD ----------+ PKGBUILD | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) Added: camlp4/trunk/PKGBUILD =================================================================== --- camlp4/trunk/PKGBUILD (rev 0) +++ camlp4/trunk/PKGBUILD 2015-03-03 15:01:53 UTC (rev 128630) @@ -0,0 +1,25 @@ +# $Id$ +# Maintainer: Tobias Powalowski <[email protected]> + +pkgname=camlp4 +pkgver=4.02.0+1 +pkgrel=1 +pkgdesc="Caml Preprocessor and Pretty-Printer" +arch=('i686' 'x86_64') +license=('GPL2') +url="https://github.com/ocaml/camlp4/releases" +depends=('ocaml') +source=(https://github.com/ocaml/camlp4/archive/${pkgver}.tar.gz) +options=('!makeflags' '!emptydirs' 'staticlibs') + +build() { + cd "${srcdir}/${pkgname}-4.02.0-1" + ./configure + make all +} + +package() { + cd "${srcdir}/${pkgbase}-4.02.0-1" + make BINDIR="${pkgdir}"/usr/bin LIBDIR="${pkgdir}"/usr/lib/ocaml install +} +md5sums=('958e994b17ff803ab3a065db1005489e') Property changes on: camlp4/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
