mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
* convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
This commit is contained in:
29
media-libs/jpeg/jpeg-8d.recipe
Normal file
29
media-libs/jpeg/jpeg-8d.recipe
Normal file
@@ -0,0 +1,29 @@
|
||||
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