[arch-commits] Commit in opam/repos (2 files)

Alexander Rødseth arodseth at archlinux.org
Sun Nov 27 12:35:05 UTC 2016


    Date: Sunday, November 27, 2016 @ 12:35:05
  Author: arodseth
Revision: 197017

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

Added:
  opam/repos/community-i686/PKGBUILD
    (from rev 197016, opam/trunk/PKGBUILD)
  opam/repos/community-x86_64/PKGBUILD
    (from rev 197016, opam/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   28 ++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   28 ++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

Copied: opam/repos/community-i686/PKGBUILD (from rev 197016, opam/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-11-27 12:35:05 UTC (rev 197017)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Vincent B. <vb at luminar.eu.org>
+
+pkgname=opam
+pkgver=1.2.2
+pkgrel=1
+pkgdesc='OCaml package manager'
+arch=('x86_64' 'i686')
+url='http://opam.ocaml.org/'
+license=('GPL')
+depends=('aspcud' 'ocaml')
+source=("https://github.com/ocaml/opam/releases/download/$pkgver/opam-full-$pkgver.tar.gz")
+sha256sums=('15e617179251041f4bf3910257bbb8398db987d863dd3cfc288bdd958de58f00')
+
+build() {
+  cd "opam-full-$pkgver"
+
+  ./configure --prefix=/usr
+  make -j1 lib-ext
+  make -j1
+}
+
+package() {
+  make -C "$srcdir/opam-full-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: opam/repos/community-x86_64/PKGBUILD (from rev 197016, opam/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-11-27 12:35:05 UTC (rev 197017)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Vincent B. <vb at luminar.eu.org>
+
+pkgname=opam
+pkgver=1.2.2
+pkgrel=1
+pkgdesc='OCaml package manager'
+arch=('x86_64' 'i686')
+url='http://opam.ocaml.org/'
+license=('GPL')
+depends=('aspcud' 'ocaml')
+source=("https://github.com/ocaml/opam/releases/download/$pkgver/opam-full-$pkgver.tar.gz")
+sha256sums=('15e617179251041f4bf3910257bbb8398db987d863dd3cfc288bdd958de58f00')
+
+build() {
+  cd "opam-full-$pkgver"
+
+  ./configure --prefix=/usr
+  make -j1 lib-ext
+  make -j1
+}
+
+package() {
+  make -C "$srcdir/opam-full-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list