Added djvulibre bep by cipri, with some slight modifications. This is not yet working.

This commit is contained in:
Scott McCreary
2012-03-17 18:49:36 +00:00
parent d9f58a6c9c
commit c5af004124

View File

@@ -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."