Files
haikuports/media-libs/jpeg/jpeg-7.recipe
Oliver Tappe 60aba35d64 * convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
2013-03-29 16:31:03 +00:00

24 lines
414 B
Plaintext

DESCRIPTION="jpeg"
HOMEPAGE="http://www.ijg.org"
SRC_URI="http://www.ijg.org/files/jpegsrc.v7.tar.gz"
CHECKSUM_MD5="382ef33b339c299b56baf1296cda9785"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD()
{
cd jpeg-7
aclocal
libtoolize --force --copy --install
automake --add-missing
autoconf
./configure --prefix=`finddir B_COMMON_DIRECTORY` --enable-shared
make
}
INSTALL()
{
cd jpeg-7
make install
}