summaryrefslogtreecommitdiff
path: root/community/camlp5-transitional
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-05-11 11:42:51 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-05-11 11:42:51 -0300
commit214c4f12ab4dfb21722a383924603c21698282c5 (patch)
tree9a1b5e3e6476b5180a5727865778ba8f69c0a24a /community/camlp5-transitional
parent5f132e10473a4d8845752a6aa16fbd8f3e432c6f (diff)
parent01b47af6474ac094ec199c7d75208874f8842d87 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: core/openssh/PKGBUILD extra/gnome-python-desktop/PKGBUILD extra/libgnome/PKGBUILD extra/sane/PKGBUILD libre/kernel26-libre/PKGBUILD
Diffstat (limited to 'community/camlp5-transitional')
-rw-r--r--community/camlp5-transitional/PKGBUILD16
1 files changed, 13 insertions, 3 deletions
diff --git a/community/camlp5-transitional/PKGBUILD b/community/camlp5-transitional/PKGBUILD
index 11878f659..12cc3ac16 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' 'mips64el')
@@ -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' \