honorable bep file

This commit is contained in:
Michael Vinícius de Oliveira
2009-11-03 23:29:51 +00:00
parent b8a39c3907
commit cb28f4df23

View File

@@ -0,0 +1,16 @@
DESCRIPTION="OpenJPEG library is an open-source JPEG 2000 codec written in C language"
HOMEPAGE="http://www.openjpeg.org/"
SRC_URI="http://openjpeg.googlecode.com/files/openjpeg_v1_3.tar.gz"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd OpenJPEG_v1_3
./configure --build=i586-pc-beos --prefix=/boot/common
make
}
INSTALL {
cd OpenJPEG_v1_3
make install
}