[arch-commits] Commit in ocamlbuild/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jürgen Hötzel
juergen at archlinux.org
Tue Aug 14 15:28:05 UTC 2018
Date: Tuesday, August 14, 2018 @ 15:28:05
Author: juergen
Revision: 331496
archrelease: copy trunk to extra-x86_64
Added:
ocamlbuild/repos/extra-x86_64/PKGBUILD
(from rev 331495, ocamlbuild/trunk/PKGBUILD)
Deleted:
ocamlbuild/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 54 +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-14 15:27:10 UTC (rev 331495)
+++ PKGBUILD 2018-08-14 15:28:05 UTC (rev 331496)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jürgen Hötzel <juergen at hoetzel.info>
-
-pkgname=ocamlbuild
-pkgver=0.12.0
-pkgrel=2
-pkgdesc='Build tool, that has built-in rules for building OCaml library and programs'
-arch=('x86_64')
-license=('GPL2')
-url='https://github.com/ocaml/ocamlbuild/releases'
-depends=('ocaml>=4.04.0')
-options=('!makeflags')
-source=("https://github.com/ocaml/${pkgname}/archive/$pkgver.tar.gz")
-sha1sums=('ac8024b4ed6d92a5871dc218259a683808753b1f')
-
-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 331495, ocamlbuild/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-08-14 15:28:05 UTC (rev 331496)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jürgen Hötzel <juergen at hoetzel.info>
+
+pkgname=ocamlbuild
+pkgver=0.12.0
+pkgrel=3
+pkgdesc='Build tool, that has built-in rules for building OCaml library and programs'
+arch=('x86_64')
+license=('GPL2')
+url='https://github.com/ocaml/ocamlbuild/releases'
+depends=('ocaml>=4.04.0')
+options=('!makeflags')
+source=("https://github.com/ocaml/${pkgname}/archive/$pkgver.tar.gz")
+sha1sums=('ac8024b4ed6d92a5871dc218259a683808753b1f')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make configure
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="$pkgdir/" install
+}
+
+
More information about the arch-commits
mailing list