mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
tiff: add an osgeo.org SOURCE_URI.
* remove old versions.
This commit is contained in:
@@ -1,27 +0,0 @@
|
||||
DESCRIPTION="Tiff library"
|
||||
HOMEPAGE="http://www.libtiff.org"
|
||||
SOURCE_URI="ftp://ftp.remotesensing.org/pub/libtiff/tiff-3.8.2.tar.gz"
|
||||
CHECKSUM_MD5="fbb6f446ea4ed18955e2714934e5b698"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD()
|
||||
{
|
||||
cd tiff-3.8.2
|
||||
cp /boot/home/config/share/libtool/config.guess config.guess
|
||||
cp /boot/home/config/share/libtool/config.sub config.sub
|
||||
rm -f m4/libtool.m4
|
||||
rm -f m4/lt*.m4
|
||||
libtoolize --copy --force
|
||||
aclocal -I m4
|
||||
autoconf
|
||||
autoheader
|
||||
automake
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
}
|
||||
@@ -1,24 +0,0 @@
|
||||
DESCRIPTION="Tiff library"
|
||||
HOMEPAGE="http://www.libtiff.org"
|
||||
SOURCE_URI="ftp://ftp.remotesensing.org/pub/libtiff/tiff-3.9.1.tar.gz"
|
||||
CHECKSUM_MD5="63c59a44f34ae0787f2d71de3d256e20"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD()
|
||||
{
|
||||
cd tiff-3.9.1
|
||||
libtoolize --force --copy --install
|
||||
aclocal -I m4
|
||||
autoconf
|
||||
autoheader
|
||||
automake
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd tiff-3.9.1
|
||||
make install
|
||||
}
|
||||
@@ -1,24 +0,0 @@
|
||||
DESCRIPTION="Tiff library"
|
||||
HOMEPAGE="http://www.libtiff.org"
|
||||
SOURCE_URI="ftp://ftp.remotesensing.org/pub/libtiff/tiff-3.9.4.tar.gz"
|
||||
CHECKSUM_MD5="2006c1bdd12644dbf02956955175afd6"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD()
|
||||
{
|
||||
cd tiff-3.9.4
|
||||
libtoolize --force --copy --install
|
||||
aclocal -I m4
|
||||
autoconf
|
||||
autoheader
|
||||
automake
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd tiff-3.9.4
|
||||
make install
|
||||
}
|
||||
@@ -8,7 +8,8 @@ COPYRIGHT="1988-1997 Sam Leffler
|
||||
1991-1997 Silicon Graphics, Inc."
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="ftp://ftp.remotesensing.org/pub/libtiff/tiff-$portVersion.tar.gz"
|
||||
SOURCE_URI="http://download.osgeo.org/libtiff/tiff-$portVersion.tar.gz
|
||||
ftp://ftp.remotesensing.org/pub/libtiff/tiff-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="f5d64dd4ce61c55f5e9f6dc3920fbe5a41e02c2e607da7117a35eb5c320cef6a"
|
||||
PATCHES="tiff-$portVersion.patchset"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user