Date: Wednesday, October 19, 2016 @ 07:22:25
  Author: juergen
Revision: 278986

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

Added:
  ocamlbuild/repos/extra-i686/
  ocamlbuild/repos/extra-i686/PKGBUILD
    (from rev 278985, ocamlbuild/trunk/PKGBUILD)
  ocamlbuild/repos/extra-x86_64/
  ocamlbuild/repos/extra-x86_64/PKGBUILD
    (from rev 278985, ocamlbuild/trunk/PKGBUILD)

-----------------------+
 extra-i686/PKGBUILD   |   27 +++++++++++++++++++++++++++
 extra-x86_64/PKGBUILD |   27 +++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

Copied: ocamlbuild/repos/extra-i686/PKGBUILD (from rev 278985, 
ocamlbuild/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD                         (rev 0)
+++ extra-i686/PKGBUILD 2016-10-19 07:22:25 UTC (rev 278986)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jürgen Hötzel <juer...@hoetzel.info>
+
+pkgname=ocamlbuild
+pkgver=0.9.2
+pkgrel=1
+pkgdesc='Build tool, that has built-in rules for building OCaml library and 
programs'
+arch=('x86_64' 'i686')
+license=('GPL2')
+url='https://github.com/ocaml/ocamlbuild/releases'
+depends=('ocaml>=4.03.0')
+options=('!makeflags')
+source=("https://github.com/ocaml/${pkgname}/archive/$pkgver.tar.gz";)
+md5sums=('b8c90bac4e54e3b5b8243c4845122dd2')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make configure
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}
+
+

Copied: ocamlbuild/repos/extra-x86_64/PKGBUILD (from rev 278985, 
ocamlbuild/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD                               (rev 0)
+++ extra-x86_64/PKGBUILD       2016-10-19 07:22:25 UTC (rev 278986)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jürgen Hötzel <juer...@hoetzel.info>
+
+pkgname=ocamlbuild
+pkgver=0.9.2
+pkgrel=1
+pkgdesc='Build tool, that has built-in rules for building OCaml library and 
programs'
+arch=('x86_64' 'i686')
+license=('GPL2')
+url='https://github.com/ocaml/ocamlbuild/releases'
+depends=('ocaml>=4.03.0')
+options=('!makeflags')
+source=("https://github.com/ocaml/${pkgname}/archive/$pkgver.tar.gz";)
+md5sums=('b8c90bac4e54e3b5b8243c4845122dd2')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make configure
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}
+
+

Reply via email to