mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
21 lines
374 B
Plaintext
21 lines
374 B
Plaintext
DESCRIPTION="jpeg"
|
|
HOMEPAGE="http://www.ijg.org"
|
|
SRC_URI="http://www.ijg.org/files/jpegsrc.v6b.tar.gz"
|
|
REVISION="1"
|
|
STATUS_HAIKU="stable"
|
|
DEPEND=""
|
|
BUILD {
|
|
cd jpeg-6b
|
|
aclocal
|
|
libtoolize --force --copy
|
|
automake --add-missing
|
|
autoconf
|
|
./configure --prefix=/boot/common --enable-shared
|
|
make
|
|
}
|
|
|
|
INSTALL {
|
|
cd jpeg-6b
|
|
make install
|
|
}
|