mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-29 19:48:53 +02:00
Update jpeg to 8d
This commit is contained in:
27
media-libs/jpeg/jpeg-8d.bep
Normal file
27
media-libs/jpeg/jpeg-8d.bep
Normal file
@@ -0,0 +1,27 @@
|
||||
DESCRIPTION="jpeg"
|
||||
HOMEPAGE="http://www.ijg.org"
|
||||
SRC_URI="http://www.ijg.org/files/jpegsrc.v8d.tar.gz"
|
||||
CHECKSUM_MD5="52654eb3b2e60c35731ea8fc87f1bd29"
|
||||
REVISION="2"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD {
|
||||
cd jpeg-8d
|
||||
aclocal
|
||||
libtoolize --force --copy --install
|
||||
automake --add-missing
|
||||
autoconf
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
|
||||
--mandir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man \
|
||||
--enable-shared
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd jpeg-8d
|
||||
make install
|
||||
}
|
||||
|
||||
LICENSE="JPEG"
|
||||
COPYRIGHT="1991-2011, Thomas G. Lane, Guido Vollbeding. All Rights Reserved"
|
||||
|
||||
Reference in New Issue
Block a user