mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
Added djvulibre bep by cipri, with some slight modifications. This is not yet working.
This commit is contained in:
23
media-libs/djvulibre/djvulibre-3.5.25.bep
Normal file
23
media-libs/djvulibre/djvulibre-3.5.25.bep
Normal 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."
|
||||
Reference in New Issue
Block a user