jpeg: remove old non-recipes

Keep 8d for the time being until 9 has been verified to work.
This commit is contained in:
Ingo Weinhold
2013-06-10 23:15:17 +02:00
parent 1215ce9c75
commit a6f8eb84f8
3 changed files with 0 additions and 75 deletions

View File

@@ -1,23 +0,0 @@
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
}

View File

@@ -1,23 +0,0 @@
DESCRIPTION="jpeg"
HOMEPAGE="http://www.ijg.org"
SRC_URI="http://www.ijg.org/files/jpegsrc.v8b.tar.gz"
CHECKSUM_MD5="e022acbc5b36cd2cb70785f5b575661e"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD()
{
cd jpeg-8b
aclocal
libtoolize --force --copy --install
automake --add-missing
autoconf
./configure --prefix=`finddir B_COMMON_DIRECTORY` --enable-shared
make
}
INSTALL()
{
cd jpeg-8b
make install
}

View File

@@ -1,29 +0,0 @@
DESCRIPTION="jpeg"
HOMEPAGE="http://www.ijg.org"
SRC_URI="http://www.ijg.org/files/jpegsrc.v8c.tar.gz"
CHECKSUM_MD5="a2c10c04f396a9ce72894beb18b4e1f9"
REVISION="2"
STATUS_HAIKU="stable"
DEPEND=""
BUILD()
{
cd jpeg-8c
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-8c
make install
}
LICENSE="JPEG"
COPYRIGHT="1991-2011, Thomas G. Lane, Guido Vollbeding. All Rights Reserved"