diff options
author | 2000-08-16 16:45:45 +0000 | |
---|---|---|
committer | 2000-08-16 16:45:45 +0000 | |
commit | c20dd680994a589d1fe264e34981e18c4fc7c93e (patch) | |
tree | 4913af2956dd47f136d0e762240b9a68c4671fdf /media-libs/tiff | |
parent | *** empty log message *** (diff) | |
download | historical-c20dd680994a589d1fe264e34981e18c4fc7c93e.tar.gz historical-c20dd680994a589d1fe264e34981e18c4fc7c93e.tar.bz2 historical-c20dd680994a589d1fe264e34981e18c4fc7c93e.zip |
*** empty log message ***
Diffstat (limited to 'media-libs/tiff')
-rw-r--r-- | media-libs/tiff/tiff-v3.5.5-r1.ebuild | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/media-libs/tiff/tiff-v3.5.5-r1.ebuild b/media-libs/tiff/tiff-v3.5.5-r1.ebuild deleted file mode 100644 index fbe99c044751..000000000000 --- a/media-libs/tiff/tiff-v3.5.5-r1.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-v3.5.5-r1.ebuild,v 1.2 2000/08/16 04:38:09 drobbins Exp $ - -P=tiff-v3.5.5 -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="libtiff" -SRC_URI="http://www.libtiff.org/"${A} -HOMEPAGE="http://www.libtiff.org/" - -src_compile() { - cd ${S} - ./configure --noninteractive - cd libtiff - cp Makefile Makefile.orig - sed -e "s/-O/${CFLAGS}/" Makefile.orig > Makefile - cd ../tools - cp Makefile Makefile.orig - sed -e "s/-O/${CFLAGS}/" Makefile.orig > Makefile - cd .. - make -} - -src_unpack() { - unpack ${A} - cd ${S} - cp ${O}/files/config.site . - echo "DIR_HTML=\"${D}/usr/doc/${P}/html\"" >> config.site - cp configure configure.orig - sed -e "s:if \[ -r /lib/libc.*:if \[ -r /lib/libc\.so\.6 \]\; then:" \ - configure.orig > configure -} - -src_install() { - cd ${S} - into /usr - dodir /usr/bin - dodir /usr/lib - dodir /usr/man - dodir /usr/doc - dodoc COPYRIGHT README TODO VERSION - dodir /usr/doc/${P}/html - make install - prepman - gzip ${D}/usr/doc/${P}/html/*.html - gzip ${D}/usr/doc/${P}/html/images/* - rm ${D}/usr/lib/libtiff.so.3 - mv ${D}/usr/lib/libtiff.so.3.5. ${D}/usr/lib/libtiff.so.3.5.5 - rm -r /tiff.sw.tools -} |