removed jpeg-6.bep as the old source files are missing from the web now. added jpeg7 .bep file

This commit is contained in:
Scott McCreary
2009-10-29 07:09:17 +00:00
parent d1d2d0d7e5
commit 60ae57f166
3 changed files with 20 additions and 423 deletions

View File

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