mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
removed jpeg-6.bep as the old source files are missing from the web now. added jpeg7 .bep file
This commit is contained in:
20
media-libs/jpeg/jpeg-7.bep
Normal file
20
media-libs/jpeg/jpeg-7.bep
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user