Date: Friday, April 28, 2017 @ 09:22:24 Author: juergen Revision: 226175
archrelease: copy trunk to extra-x86_64, extra-i686 Added: camlp4/repos/extra-i686/PKGBUILD (from rev 226174, camlp4/trunk/PKGBUILD) camlp4/repos/extra-x86_64/PKGBUILD (from rev 226174, camlp4/trunk/PKGBUILD) Deleted: camlp4/repos/extra-i686/PKGBUILD camlp4/repos/extra-x86_64/PKGBUILD -----------------------+ /PKGBUILD | 66 ++++++++++++++++++++++++++++++++++++++++++++++++ extra-i686/PKGBUILD | 33 ------------------------ extra-x86_64/PKGBUILD | 33 ------------------------ 3 files changed, 66 insertions(+), 66 deletions(-) Deleted: extra-i686/PKGBUILD =================================================================== --- extra-i686/PKGBUILD 2017-04-28 09:13:36 UTC (rev 226174) +++ extra-i686/PKGBUILD 2017-04-28 09:22:24 UTC (rev 226175) @@ -1,33 +0,0 @@ -# $Id$ -# Maintainer: Alexander Rødseth <rods...@gmail.com> -# Contributor: Tobias Powalowski <tp...@archlinux.org> - -pkgname=camlp4 -pkgver=4.04 -pkgrel=2 -pkgdesc='Caml preprocessor and pretty-printer' -arch=('x86_64' 'i686') -license=('GPL2') -url='https://github.com/ocaml/camlp4/releases' -depends=('ocaml>=4.04.1') -makedepends=('git' 'ocamlbuild') -options=('!makeflags' '!emptydirs' 'staticlibs') -source=("git://github.com/ocaml/camlp4#branch=$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/extra-i686/PKGBUILD (from rev 226174, camlp4/trunk/PKGBUILD) =================================================================== --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2017-04-28 09:22:24 UTC (rev 226175) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Alexander Rødseth <rods...@gmail.com> +# Contributor: Tobias Powalowski <tp...@archlinux.org> + +pkgname=camlp4 +pkgver=4.04 +pkgrel=2 +pkgdesc='Caml preprocessor and pretty-printer' +arch=('x86_64' 'i686') +license=('GPL2') +url='https://github.com/ocaml/camlp4/releases' +depends=('ocaml>=4.04.1') +makedepends=('git' 'ocamlbuild') +options=('!makeflags' '!emptydirs' 'staticlibs') +source=("git://github.com/ocaml/camlp4#branch=$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: Deleted: extra-x86_64/PKGBUILD =================================================================== --- extra-x86_64/PKGBUILD 2017-04-28 09:13:36 UTC (rev 226174) +++ extra-x86_64/PKGBUILD 2017-04-28 09:22:24 UTC (rev 226175) @@ -1,33 +0,0 @@ -# $Id$ -# Maintainer: Alexander Rødseth <rods...@gmail.com> -# Contributor: Tobias Powalowski <tp...@archlinux.org> - -pkgname=camlp4 -pkgver=4.04 -pkgrel=2 -pkgdesc='Caml preprocessor and pretty-printer' -arch=('x86_64' 'i686') -license=('GPL2') -url='https://github.com/ocaml/camlp4/releases' -depends=('ocaml>=4.04.1') -makedepends=('git' 'ocamlbuild') -options=('!makeflags' '!emptydirs' 'staticlibs') -source=("git://github.com/ocaml/camlp4#branch=$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/extra-x86_64/PKGBUILD (from rev 226174, camlp4/trunk/PKGBUILD) =================================================================== --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2017-04-28 09:22:24 UTC (rev 226175) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Alexander Rødseth <rods...@gmail.com> +# Contributor: Tobias Powalowski <tp...@archlinux.org> + +pkgname=camlp4 +pkgver=4.04 +pkgrel=2 +pkgdesc='Caml preprocessor and pretty-printer' +arch=('x86_64' 'i686') +license=('GPL2') +url='https://github.com/ocaml/camlp4/releases' +depends=('ocaml>=4.04.1') +makedepends=('git' 'ocamlbuild') +options=('!makeflags' '!emptydirs' 'staticlibs') +source=("git://github.com/ocaml/camlp4#branch=$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: