mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
24 lines
414 B
Plaintext
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
|
|
}
|