Updated jpeg to 8b.

This commit is contained in:
Scott McCreary
2010-09-16 22:49:04 +00:00
parent 26cf821f18
commit e25168ef64

View File

@@ -0,0 +1,21 @@
DESCRIPTION="jpeg"
HOMEPAGE="http://www.ijg.org"
SRC_URI="http://www.ijg.org/files/jpegsrc.v8b.tar.gz"
CHECKSUM_MD5="e022acbc5b36cd2cb70785f5b575661e"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd jpeg-8b
aclocal
libtoolize --force --copy --install
automake --add-missing
autoconf
./configure --prefix=/boot/common --enable-shared
make
}
INSTALL {
cd jpeg-8b
make install
}