Date: Wednesday, August 17, 2011 @ 02:53:34 Author: tpowa Revision: 135660
archrelease: copy trunk to extra-x86_64 Added: facile/repos/extra-x86_64/PKGBUILD (from rev 135659, facile/trunk/PKGBUILD) Deleted: facile/repos/extra-x86_64/PKGBUILD ----------+ PKGBUILD | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2011-08-17 06:53:16 UTC (rev 135659) +++ PKGBUILD 2011-08-17 06:53:34 UTC (rev 135660) @@ -1,23 +0,0 @@ -# $Id$ -# Maintainer: Tobias Powalowski <tp...@archlinux.org> - -pkgname=facile -pkgver=1.1 -pkgrel=12 -pkgdesc="A Functional Constraint Library" -arch=(i686 x86_64) -url="http://www.recherche.enac.fr/opti/facile/" -license="LGPL" -makedepends=('ocaml') -depends=() -source=(http://www.recherche.enac.fr/opti/facile/distrib/$pkgname-$pkgver.tar.gz) -md5sums=('ab673e1fc0859a42bcb639a02c2d7e9e') - -build() { - cd $startdir/src/$pkgname-$pkgver - ./configure - make || return 1 - mkdir -p $startdir/pkg/usr/lib/ocaml/facile - cd src - install -D -m 644 facile.cmxa facile.cmi facile.cma facile.a $startdir/pkg/usr/lib/ocaml/facile -} Copied: facile/repos/extra-x86_64/PKGBUILD (from rev 135659, facile/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2011-08-17 06:53:34 UTC (rev 135660) @@ -0,0 +1,23 @@ +# $Id$ +# Maintainer: Tobias Powalowski <tp...@archlinux.org> + +pkgname=facile +pkgver=1.1 +pkgrel=13 +pkgdesc="A Functional Constraint Library" +arch=(i686 x86_64) +url="http://www.recherche.enac.fr/opti/facile/" +license="LGPL" +makedepends=('ocaml') +depends=() +source=(http://www.recherche.enac.fr/opti/facile/distrib/$pkgname-$pkgver.tar.gz) +md5sums=('ab673e1fc0859a42bcb639a02c2d7e9e') + +build() { + cd $startdir/src/$pkgname-$pkgver + ./configure + make || return 1 + mkdir -p $startdir/pkg/usr/lib/ocaml/facile + cd src + install -D -m 644 facile.cmxa facile.cmi facile.cma facile.a $startdir/pkg/usr/lib/ocaml/facile +}