[arch-commits] Commit in camlp4/repos (4 files)

Alexander Rødseth arodseth at archlinux.org
Tue Mar 3 22:02:38 UTC 2015


    Date: Tuesday, March 3, 2015 @ 23:02:38
  Author: arodseth
Revision: 128681

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

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

---------------------------+
 /PKGBUILD                 |   64 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   25 -----------------
 community-x86_64/PKGBUILD |   25 -----------------
 3 files changed, 64 insertions(+), 50 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-03-03 22:02:24 UTC (rev 128680)
+++ community-i686/PKGBUILD	2015-03-03 22:02:38 UTC (rev 128681)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
-
-pkgname=camlp4
-pkgver=4.02.0+1
-pkgrel=1
-pkgdesc="Caml Preprocessor and Pretty-Printer"
-arch=('i686' 'x86_64')
-license=('GPL2')
-url="https://github.com/ocaml/camlp4/releases"
-depends=('ocaml')
-source=(https://github.com/ocaml/camlp4/archive/${pkgver}.tar.gz)
-options=('!makeflags' '!emptydirs' 'staticlibs')
-
-build() {
-  cd "${srcdir}/${pkgname}-4.02.0-1"
-  ./configure
-  make all
-}
-
-package() {
-  cd "${srcdir}/${pkgbase}-4.02.0-1"
-  make BINDIR="${pkgdir}"/usr/bin LIBDIR="${pkgdir}"/usr/lib/ocaml install
-}
-md5sums=('958e994b17ff803ab3a065db1005489e')

Copied: camlp4/repos/community-i686/PKGBUILD (from rev 128680, camlp4/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-03-03 22:02:38 UTC (rev 128681)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=camlp4
+pkgver=4.02.1+3
+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
+}
+
+package() {
+  make -C "$pkgname" \
+    BINDIR="$pkgdir/usr/bin" \
+    LIBDIR="$pkgdir/usr/lib/ocaml" \
+    install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-03-03 22:02:24 UTC (rev 128680)
+++ community-x86_64/PKGBUILD	2015-03-03 22:02:38 UTC (rev 128681)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
-
-pkgname=camlp4
-pkgver=4.02.0+1
-pkgrel=1
-pkgdesc="Caml Preprocessor and Pretty-Printer"
-arch=('i686' 'x86_64')
-license=('GPL2')
-url="https://github.com/ocaml/camlp4/releases"
-depends=('ocaml')
-source=(https://github.com/ocaml/camlp4/archive/${pkgver}.tar.gz)
-options=('!makeflags' '!emptydirs' 'staticlibs')
-
-build() {
-  cd "${srcdir}/${pkgname}-4.02.0-1"
-  ./configure
-  make all
-}
-
-package() {
-  cd "${srcdir}/${pkgbase}-4.02.0-1"
-  make BINDIR="${pkgdir}"/usr/bin LIBDIR="${pkgdir}"/usr/lib/ocaml install
-}
-md5sums=('958e994b17ff803ab3a065db1005489e')

Copied: camlp4/repos/community-x86_64/PKGBUILD (from rev 128680, camlp4/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-03-03 22:02:38 UTC (rev 128681)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=camlp4
+pkgver=4.02.1+3
+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
+}
+
+package() {
+  make -C "$pkgname" \
+    BINDIR="$pkgdir/usr/bin" \
+    LIBDIR="$pkgdir/usr/lib/ocaml" \
+    install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list