diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-22 15:42:48 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-22 15:42:48 +0000 |
commit | f83a09d99ff0852df20da7d200ddb0339b148048 (patch) | |
tree | e8c1b1493c9f33eec5e3a03e0c65ea9274f12980 /media-libs/libpng | |
parent | Fixed #5359 for this package; should now be FHS compliant. (diff) | |
download | gentoo-2-f83a09d99ff0852df20da7d200ddb0339b148048.tar.gz gentoo-2-f83a09d99ff0852df20da7d200ddb0339b148048.tar.bz2 gentoo-2-f83a09d99ff0852df20da7d200ddb0339b148048.zip |
repoman'd
Diffstat (limited to 'media-libs/libpng')
-rw-r--r-- | media-libs/libpng/files/digest-libpng-1.2.3-r1 | 1 | ||||
-rw-r--r-- | media-libs/libpng/libpng-1.2.3-r1.ebuild | 50 |
2 files changed, 0 insertions, 51 deletions
diff --git a/media-libs/libpng/files/digest-libpng-1.2.3-r1 b/media-libs/libpng/files/digest-libpng-1.2.3-r1 deleted file mode 100644 index 15d3e5144e9d..000000000000 --- a/media-libs/libpng/files/digest-libpng-1.2.3-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 2d002712d5486554f047a17c321a5e4d libpng-1.2.3.tar.gz 502413 diff --git a/media-libs/libpng/libpng-1.2.3-r1.ebuild b/media-libs/libpng/libpng-1.2.3-r1.ebuild deleted file mode 100644 index 8d52f7e5be98..000000000000 --- a/media-libs/libpng/libpng-1.2.3-r1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-libs/libpng/libpng-1.2.3-r1.ebuild,v 1.2 2002/07/16 05:15:27 seemant Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="libpng" -SRC_URI="ftp://swrinde.nde.swri.edu/pub/png/src/${P}.tar.gz" -HOMEPAGE="http://www.libpng.org/" -SLOT="1.2" -LICENSE="as-is" -KEYWORDS="x86 ppc" - -DEPEND=">=sys-libs/zlib-1.1.4" - -src_compile() { - sed -e "s:ZLIBLIB=../zlib:ZLIBLIB=/usr/lib:" \ - -e "s:ZLIBINC=../zlib:ZLIBINC=/usr/include:" \ - -e "s/-O3/${CFLAGS}/" \ - -e "s:prefix=/usr/local:prefix=/usr:" \ - scripts/makefile.linux > Makefile - - emake || die -} - -src_install() { - dodir /usr/{include,lib} - dodir /usr/share/man - make \ - DESTDIR=${D} \ - MANPATH=/usr/share/man \ - install || die - -# rm ${D}/usr/lib/libpng.so -# rm ${D}/usr/lib/libpng.a -# rm ${D}/usr/include/png.h -# rm ${D}/usr/include/pngconf.h - - doman *.[35] - dodoc ANNOUNCE CHANGES KNOWNBUG LICENSE README TODO Y2KINFO -} - -pkg_postinst() { - - # compensate for an upstream screwup - - if [ -f /usr/lib/libpng.so.3.1.2.1 ] - then - rm -f /usr/lib/libpng.so.3.1.2.1 - fi -} |