2013-03-27 18:56:18 +01:00
|
|
|
#!/bin/bash
|
|
|
|
|
2014-09-30 16:22:14 +02:00
|
|
|
# We cannot use the version 0.12 because it requires fontforge 2.0
|
|
|
|
# The fork use a saner list of dependencies and a patch that allows to build on debian jessie.
|
2013-09-18 15:38:17 +02:00
|
|
|
|
2014-09-30 16:22:14 +02:00
|
|
|
wget https://github.com/Rafiot/pdf2htmlEX/archive/KittenGroomer.zip
|
|
|
|
unzip KittenGroomer.zip
|
2013-04-03 00:59:56 +02:00
|
|
|
|
2014-09-30 16:22:14 +02:00
|
|
|
cd pdf2htmlEX-KittenGroomer/
|
2013-04-03 00:59:56 +02:00
|
|
|
|
2013-05-25 00:33:58 +02:00
|
|
|
dpkg-buildpackage -uc -b
|