Commit 0da4b3bc authored by Łukasz Nowak's avatar Łukasz Nowak

- provide working xpdf compilation


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36741 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent dec9a0ba
......@@ -46,6 +46,7 @@ parts =
haproxy
flare
w3m
xpdf
imagemagick
varnish
mysql-tritonn-5.0
......
......@@ -42,6 +42,7 @@ parts =
varnish
flare
w3m
xpdf
imagemagick
mysql-tritonn-5.0
zope-2.8
......
......@@ -4,18 +4,38 @@ parts = xpdf
[xpdf]
<= xpdf-3.02
[xpdf-3.02pl1.patch]
[xpdf-patch-download]
recipe = hexagonit.recipe.download
url = ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.02pl1.patch
url = ftp://ftp.foolabs.com/pub/xpdf/${:filename}
download-only = true
md5sum = <todo>
[xpdf-3.02pl1.patch]
<= xpdf-patch-download
filename = xpdf-3.02pl1.patch
md5sum = 877118786dfe27d1b7aa5a6759cc6e45
[xpdf-3.02pl2.patch]
<= xpdf-patch-download
filename = xpdf-3.02pl2.patch
md5sum = 3a5cb165ae66781e0b21e6219ae06795
[xpdf-3.02pl3.patch]
<= xpdf-patch-download
filename = xpdf-3.02pl3.patch
md5sum = 581963ede0fb5715e1a69f01b5b8ce63
[xpdf-3.02pl4.patch]
<= xpdf-patch-download
filename = xpdf-3.02pl4.patch
md5sum = 70b752716798dd341a4bf890df5f6fdc
[xpdf-3.02]
recipe = hexagonit.recipe.cmmi
md5sum = 599dc4cc65a07ee868cf92a667a913d2
url = ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.02.tar.gz
patch-options = -p1
patches =
xpdf-3.02pl1.patch
xpdf-3.02pl2.patch
xpdf-3.02pl3.patch
xpdf-3.02pl4.patch
${xpdf-3.02pl1.patch:location}/${xpdf-3.02pl1.patch:filename}
${xpdf-3.02pl2.patch:location}/${xpdf-3.02pl2.patch:filename}
${xpdf-3.02pl3.patch:location}/${xpdf-3.02pl3.patch:filename}
${xpdf-3.02pl4.patch:location}/${xpdf-3.02pl4.patch:filename}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment