mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
24 lines
627 B
Plaintext
24 lines
627 B
Plaintext
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."
|