Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 107998
Collapse All | Expand All

(-)zlib-1.2.3.ebuild (-7 / +7 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/sys-libs/zlib/zlib-1.2.3.ebuild,v 1.6 2005/07/22 06:22:47 hardave Exp $
3
# $Header: /var/cvsroot/gentoo-x86/sys-libs/zlib/zlib-1.2.3.ebuild,v 1.6 2005/07/22 06:22:47 hardave Exp $
4
4
5
inherit eutils flag-o-matic
5
inherit eutils flag-o-matic multilib
6
6
7
DESCRIPTION="Standard (de)compression library"
7
DESCRIPTION="Standard (de)compression library"
8
HOMEPAGE="http://www.gzip.org/zlib/"
8
HOMEPAGE="http://www.gzip.org/zlib/"
Lines 11-17 Link Here
11
11
12
LICENSE="ZLIB"
12
LICENSE="ZLIB"
13
SLOT="0"
13
SLOT="0"
14
KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86"
14
KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ~ppc-macos ppc64 s390 sh sparc x86"
15
IUSE="build"
15
IUSE="build"
16
16
17
RDEPEND=""
17
RDEPEND=""
Lines 62-70 Link Here
62
	# all the shared libs go into /lib
62
	# all the shared libs go into /lib
63
	# for NFS based /usr
63
	# for NFS based /usr
64
	into /
64
	into /
65
	dolib libz.so.${PV}
65
	dolib libz$(get_libname ${PV})
66
	( cd "${D}"/$(get_libdir) ; chmod 755 libz.so.* )
66
	( cd "${D}"/$(get_libdir) ; chmod 755 libz.so.* ; chmod 755 libz.*.dylib )
67
	dosym libz.so.${PV} /$(get_libdir)/libz.so
67
	dosym libz$(get_libname ${PV}) /$(get_libdir)/libz$(get_libname)
68
	dosym libz.so.${PV} /$(get_libdir)/libz.so.1
68
	dosym libz$(get_libname ${PV}) /$(get_libdir)/libz$(get_libname 1)
69
	gen_usr_ldscript libz.so
69
	gen_usr_ldscript libz$(get_libname)
70
}
70
}

Return to bug 107998