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-transitional | |
parent | bbb460f85242e6ac03f47b74b9d0be66ff089ac4 (diff) |
Tue May 10 22:33:36 UTC 2011
Diffstat (limited to 'community/camlp5-transitional')
-rw-r--r-- | community/camlp5-transitional/PKGBUILD | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/community/camlp5-transitional/PKGBUILD b/community/camlp5-transitional/PKGBUILD index 270fd8a97..b027132fc 100644 --- a/community/camlp5-transitional/PKGBUILD +++ b/community/camlp5-transitional/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Massimiliano Brocchini <brocchini@netseven.it> pkgname=camlp5-transitional -pkgver=6.02.0 +pkgver=6.02.2 pkgrel=1 pkgdesc='Camlp5 is a preprocessor-pretty-printer of OCaml.' arch=('i686' 'x86_64') @@ -12,13 +12,23 @@ license=('BSD') depends=('sh') makedepends=('ocaml') conflicts=('camlp5') -source=("http://pauillac.inria.fr/~ddr/camlp5/distrib/src/camlp5-${pkgver}.tgz") -md5sums=('78ee9ea1b4f8e05af3f85fcbe14a7379') options=('!makeflags') +source=("http://pauillac.inria.fr/~ddr/camlp5/distrib/src/camlp5-${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 camlp5-${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' \ |