summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-11-26 01:03:35 +0000
committerMike Frysinger <vapier@gentoo.org>2005-11-26 01:03:35 +0000
commit9b778a6868ee4a7293910d4c42cbdfb9f003a957 (patch)
tree608f601c7a08adc481eef9374454ba43eb31b256 /sys-libs/zlib
parentForgot to add a ChangeLog entry earlier. (diff)
downloadgentoo-2-9b778a6868ee4a7293910d4c42cbdfb9f003a957.tar.gz
gentoo-2-9b778a6868ee4a7293910d4c42cbdfb9f003a957.tar.bz2
gentoo-2-9b778a6868ee4a7293910d4c42cbdfb9f003a957.zip
update HOMEPAGE
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'sys-libs/zlib')
-rw-r--r--sys-libs/zlib/zlib-1.2.3.ebuild11
1 files changed, 4 insertions, 7 deletions
diff --git a/sys-libs/zlib/zlib-1.2.3.ebuild b/sys-libs/zlib/zlib-1.2.3.ebuild
index 15ca4b08c034..18392fef37ac 100644
--- a/sys-libs/zlib/zlib-1.2.3.ebuild
+++ b/sys-libs/zlib/zlib-1.2.3.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/zlib/zlib-1.2.3.ebuild,v 1.6 2005/07/22 06:22:47 hardave Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/zlib/zlib-1.2.3.ebuild,v 1.7 2005/11/26 01:03:35 vapier Exp $
inherit eutils flag-o-matic
DESCRIPTION="Standard (de)compression library"
-HOMEPAGE="http://www.gzip.org/zlib/"
+HOMEPAGE="http://www.zlib.net/"
SRC_URI="http://www.gzip.org/zlib/${P}.tar.bz2
http://www.zlib.net/${P}.tar.bz2"
@@ -16,11 +16,6 @@ IUSE="build"
RDEPEND=""
-pkg_setup() {
- tc-export CC RANLIB
- export AR="$(tc-getAR) rc"
-}
-
src_unpack() {
unpack ${A}
@@ -38,6 +33,8 @@ src_unpack() {
}
src_compile() {
+ tc-export CC RANLIB
+ export AR="$(tc-getAR) rc"
./configure --shared --prefix=/usr --libdir=/$(get_libdir) || die
emake || die
}