[arch-commits] Commit in camlp4/repos/community-i686 (PKGBUILD PKGBUILD)

Jürgen Hötzel juergen at archlinux.org
Sun Aug 23 10:22:21 UTC 2015


    Date: Sunday, August 23, 2015 @ 12:22:21
  Author: juergen
Revision: 138680

archrelease: copy trunk to community-i686

Added:
  camlp4/repos/community-i686/PKGBUILD
    (from rev 138679, camlp4/trunk/PKGBUILD)
Deleted:
  camlp4/repos/community-i686/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-08-23 10:18:11 UTC (rev 138679)
+++ PKGBUILD	2015-08-23 10:22:21 UTC (rev 138680)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Tobias Powalowski <tpowa at archlinux.org>
-
-pkgname=camlp4
-pkgver=4.02.1+3
-pkgrel=2
-pkgdesc='Caml preprocessor and pretty-printer'
-arch=('x86_64' 'i686')
-license=('GPL2')
-url='https://github.com/ocaml/camlp4/releases'
-depends=('ocaml')
-makedepends=('git')
-options=('!makeflags' '!emptydirs' 'staticlibs')
-source=("git://github.com/ocaml/camlp4#tag=$pkgver")
-md5sums=('SKIP')
-
-build() {
-  cd "$pkgname"
-
-  ./configure
-  make all camlp4/META
-}
-
-package() {
-  make -C "$pkgname" \
-    BINDIR="$pkgdir/usr/bin" \
-    LIBDIR="$pkgdir/usr/lib/ocaml" \
-    PKGDIR="$pkgdir/usr/lib/ocaml" \
-    install install-META
-}
-
-# vim:set ts=2 sw=2 et:

Copied: camlp4/repos/community-i686/PKGBUILD (from rev 138679, camlp4/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-08-23 10:22:21 UTC (rev 138680)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=camlp4
+pkgver=4.02+6
+pkgrel=1
+pkgdesc='Caml preprocessor and pretty-printer'
+arch=('x86_64' 'i686')
+license=('GPL2')
+url='https://github.com/ocaml/camlp4/releases'
+depends=('ocaml')
+makedepends=('git')
+options=('!makeflags' '!emptydirs' 'staticlibs')
+source=("git://github.com/ocaml/camlp4#tag=$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd "$pkgname"
+
+  ./configure
+  make all camlp4/META
+}
+
+package() {
+  make -C "$pkgname" \
+    BINDIR="$pkgdir/usr/bin" \
+    LIBDIR="$pkgdir/usr/lib/ocaml" \
+    PKGDIR="$pkgdir/usr/lib/ocaml" \
+    install install-META
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list