[arch-commits] Commit in camlp5 (5 files)

Baptiste Jonglez zorun at archlinux.org
Wed Oct 18 08:25:28 UTC 2017


    Date: Wednesday, October 18, 2017 @ 08:25:27
  Author: zorun
Revision: 263218

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

Added:
  camlp5/repos/
  camlp5/repos/community-i686/
  camlp5/repos/community-i686/PKGBUILD
    (from rev 263217, camlp5/trunk/PKGBUILD)
  camlp5/repos/community-x86_64/
  camlp5/repos/community-x86_64/PKGBUILD
    (from rev 263217, camlp5/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   42 ++++++++++++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   42 ++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 84 insertions(+)

Copied: camlp5/repos/community-i686/PKGBUILD (from rev 263217, camlp5/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD	                        (rev 0)
+++ repos/community-i686/PKGBUILD	2017-10-18 08:25:27 UTC (rev 263218)
@@ -0,0 +1,42 @@
+# 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.02
+_relname=rel702
+pkgrel=3
+arch=('i686' 'x86_64')
+pkgdesc='A preprocessor-pretty-printer of OCaml.'
+url='https://camlp5.github.io/'
+license=('BSD')
+depends=('ocaml')
+source=("https://github.com/camlp5/camlp5/archive/$_relname.tar.gz")
+options=('staticlibs')
+sha1sums=('b69dd1589d9028dac15ac15fdb14beb404ae241f')
+
+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 LICENSE \
+    "${pkgdir}/usr/share/licenses/camlp5/LICENSE"
+}
+

Copied: camlp5/repos/community-x86_64/PKGBUILD (from rev 263217, camlp5/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2017-10-18 08:25:27 UTC (rev 263218)
@@ -0,0 +1,42 @@
+# 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.02
+_relname=rel702
+pkgrel=3
+arch=('i686' 'x86_64')
+pkgdesc='A preprocessor-pretty-printer of OCaml.'
+url='https://camlp5.github.io/'
+license=('BSD')
+depends=('ocaml')
+source=("https://github.com/camlp5/camlp5/archive/$_relname.tar.gz")
+options=('staticlibs')
+sha1sums=('b69dd1589d9028dac15ac15fdb14beb404ae241f')
+
+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 LICENSE \
+    "${pkgdir}/usr/share/licenses/camlp5/LICENSE"
+}
+



More information about the arch-commits mailing list