[arch-commits] Commit in camlp5/repos/community-x86_64 (PKGBUILD PKGBUILD)

Jürgen Hötzel juergen at archlinux.org
Thu Oct 10 09:41:17 UTC 2019


    Date: Thursday, October 10, 2019 @ 09:41:16
  Author: juergen
Revision: 514431

archrelease: copy trunk to community-x86_64

Added:
  camlp5/repos/community-x86_64/PKGBUILD
    (from rev 514430, camlp5/trunk/PKGBUILD)
Deleted:
  camlp5/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   86 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-10 09:41:10 UTC (rev 514430)
+++ PKGBUILD	2019-10-10 09:41:16 UTC (rev 514431)
@@ -1,43 +0,0 @@
-# Maintainer: Baptiste Jonglez <baptiste--aur at jonglez dot org>
-# Contributor: Matej Grabovsky <matej.grabovsky at gmail>
-# Contributor: Kohei Suzuki <eagletmt at gmail.com>
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Nathan Owe <ndowens.aur at gmail dot com>
-# Contributor: George Giorgidze <giorgidze at gmail.com>
-# Contributor: Massimiliano Brocchini <brocchini at netseven.it>
-# Contributor: Tej Chajed <tchajed at mit dot edu>
-
-pkgname=camlp5
-pkgver=7.08
-_relname=rel708
-pkgrel=3
-arch=('x86_64')
-pkgdesc='A preprocessor-pretty-printer of OCaml.'
-url='https://camlp5.github.io/'
-license=('BSD')
-depends=('ocaml')
-makedepends=('ocaml-compiler-libs')
-source=("camlp5-${_relname}.tar.gz::https://github.com/camlp5/camlp5/archive/$_relname.tar.gz")
-options=('staticlibs')
-sha256sums=('46e67d8e36e5e4558c414f0b569532a33d3a12d7120ffdc474a6b3da1bfff163')
-
-build() {
-  cd "${srcdir}/camlp5-${_relname}"
-
-  ./configure \
-    -prefix '/usr' \
-    -mandir '/usr/share/man' \
-    -strict
-
-  make world.opt
-}
-
-package() {
-  cd "${srcdir}/camlp5-${_relname}"
-
-  make DESTDIR="${pkgdir}" install
-
-  install -D -m644 etc/META "${pkgdir}/usr/lib/ocaml/camlp5"
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/camlp5/LICENSE"
-}
-

Copied: camlp5/repos/community-x86_64/PKGBUILD (from rev 514430, camlp5/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-10-10 09:41:16 UTC (rev 514431)
@@ -0,0 +1,43 @@
+# Maintainer: Baptiste Jonglez <baptiste--aur at jonglez dot org>
+# Contributor: Matej Grabovsky <matej.grabovsky at gmail>
+# Contributor: Kohei Suzuki <eagletmt at gmail.com>
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Nathan Owe <ndowens.aur at gmail dot com>
+# Contributor: George Giorgidze <giorgidze at gmail.com>
+# Contributor: Massimiliano Brocchini <brocchini at netseven.it>
+# Contributor: Tej Chajed <tchajed at mit dot edu>
+
+pkgname=camlp5
+pkgver=7.10
+_relname=rel710
+pkgrel=1
+arch=('x86_64')
+pkgdesc='A preprocessor-pretty-printer of OCaml.'
+url='https://camlp5.github.io/'
+license=('BSD')
+depends=('ocaml')
+makedepends=('ocaml-compiler-libs')
+source=("camlp5-${_relname}.tar.gz::https://github.com/camlp5/camlp5/archive/$_relname.tar.gz")
+options=('staticlibs')
+sha256sums=('83dff83d33ee9b70cd1b9d8d365db63a118201e5feb6aab49d9d3b1d62621784')
+
+build() {
+  cd "${srcdir}/camlp5-${_relname}"
+
+  ./configure \
+    -prefix '/usr' \
+    -mandir '/usr/share/man' \
+    -strict
+
+  make world.opt
+}
+
+package() {
+  cd "${srcdir}/camlp5-${_relname}"
+
+  make DESTDIR="${pkgdir}" install
+
+  install -D -m644 etc/META "${pkgdir}/usr/lib/ocaml/camlp5"
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/camlp5/LICENSE"
+}
+



More information about the arch-commits mailing list