From c5af0041242c3092193ae55c15c2aa901d6e9877 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Sat, 17 Mar 2012 18:49:36 +0000 Subject: [PATCH] Added djvulibre bep by cipri, with some slight modifications. This is not yet working. --- media-libs/djvulibre/djvulibre-3.5.25.bep | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 media-libs/djvulibre/djvulibre-3.5.25.bep diff --git a/media-libs/djvulibre/djvulibre-3.5.25.bep b/media-libs/djvulibre/djvulibre-3.5.25.bep new file mode 100644 index 000000000..12486fb1b --- /dev/null +++ b/media-libs/djvulibre/djvulibre-3.5.25.bep @@ -0,0 +1,23 @@ +DESCRIPTION="DjVu is a web-centric format and software platform for distributing documents and images" +HOMEPAGE="http://djvulibre.sourceforge.net/" +SRC_URI="http://downloads.sourceforge.net/project/djvu/DjVuLibre/3.5.25/djvulibre-3.5.25-2.tar.gz" +CHECKSUM_MD5="f466789d3caae1df7381d5eb348e80c3" +REVISION="1" +STATUS_HAIKU="broken" +DEPEND="" +BUILD { + cd djvulibre-3.5.25 + COMMON_DIR=`finddir B_COMMON_DIRECTORY` + ./configure --prefix=`finddir B_COMMON_DIRECTORY` + make +} + +INSTALL { + cd djvulibre-3.5.25 + make install +} + +LICENSE="GNU GPL v2" +COPYRIGHT="2002 Leon Bottou and Yann Le Cun. + 2001 AT&T + 1999-2001 LizardTech, Inc."