[arch-commits] Commit in camlp4/repos (4 files)

Tobias Powalowski tpowa at archlinux.org
Tue Sep 9 16:53:04 UTC 2014


    Date: Tuesday, September 9, 2014 @ 18:53:03
  Author: tpowa
Revision: 221348

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  camlp4/repos/extra-i686/
  camlp4/repos/extra-i686/PKGBUILD
    (from rev 221347, camlp4/trunk/PKGBUILD)
  camlp4/repos/extra-x86_64/
  camlp4/repos/extra-x86_64/PKGBUILD
    (from rev 221347, camlp4/trunk/PKGBUILD)

-----------------------+
 extra-i686/PKGBUILD   |   25 +++++++++++++++++++++++++
 extra-x86_64/PKGBUILD |   25 +++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

Copied: camlp4/repos/extra-i686/PKGBUILD (from rev 221347, camlp4/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2014-09-09 16:53:03 UTC (rev 221348)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+
+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')

Copied: camlp4/repos/extra-x86_64/PKGBUILD (from rev 221347, camlp4/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2014-09-09 16:53:03 UTC (rev 221348)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+
+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')




More information about the arch-commits mailing list