diff options
author | root <root@rshg047.dnsready.net> | 2011-05-10 22:33:36 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-05-10 22:33:36 +0000 |
commit | 01b47af6474ac094ec199c7d75208874f8842d87 (patch) | |
tree | 44a048d09e5233a98d35c660e67be2a818832a56 /community/camlp5 | |
parent | bbb460f85242e6ac03f47b74b9d0be66ff089ac4 (diff) |
Tue May 10 22:33:36 UTC 2011
Diffstat (limited to 'community/camlp5')
-rw-r--r-- | community/camlp5/PKGBUILD | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/community/camlp5/PKGBUILD b/community/camlp5/PKGBUILD index 53a221f3a..6c2216d1a 100644 --- a/community/camlp5/PKGBUILD +++ b/community/camlp5/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Nathan Owe <ndowens.aur at gmail dot com> pkgname=camlp5 -pkgver=6.02.0 +pkgver=6.02.2 pkgrel=1 pkgdesc='A preprocessor-pretty-printer of OCaml.' arch=('i686' 'x86_64') @@ -11,13 +11,23 @@ license=('BSD') depends=('sh') makedepends=('ocaml') conflicts=('camlp5-transitional') -source=("http://pauillac.inria.fr/~ddr/camlp5/distrib/src/${pkgname}-${pkgver}.tgz") -md5sums=('78ee9ea1b4f8e05af3f85fcbe14a7379') options=('!makeflags') +source=("http://pauillac.inria.fr/~ddr/camlp5/distrib/src/${pkgname}-${pkgver}.tgz" + 'http://pauillac.inria.fr/~ddr/camlp5/distrib/src/patch-6.02.2-1' + 'http://pauillac.inria.fr/~ddr/camlp5/distrib/src/patch-6.02.2-2' + 'http://pauillac.inria.fr/~ddr/camlp5/distrib/src/patch-6.02.2-3') +md5sums=('b495bf26355451186c6725ee01add0da' + '3acab547f3c0acb3c09d1d707e6c5ee3' + '2e911c01e7da967bf68deee13e9712c8' + '6fa59ec7c684919b6c8e2eb2bcabcf93') build() { cd ${pkgname}-${pkgver} + patch -Np0 -i ${srcdir}/patch-6.02.2-1 + patch -Np0 -i ${srcdir}/patch-6.02.2-2 + patch -Np0 -i ${srcdir}/patch-6.02.2-3 + ./configure \ -prefix '/usr' \ -mandir '/usr/share/man' \ |