view app-arch/pigz/pigz-2.1.4.ebuild @ 153:c494760eb51c

update pgpool-II to 2.2.3
author holger
date Fri, 14 Aug 2009 00:43:39 +0200
parents 8297e50e2a90
children
line wrap: on
line source

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit eutils flag-o-matic

DESCRIPTION="Standard GNU compressor"
HOMEPAGE="http://www.zlib.net/pigz/"
SRC_URI="http://www.zlib.net/pigz/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"

RDEPEND=""
DEPEND="${RDEPEND}
	sys-libs/zlib"

src_unpack() {
	unpack ${A}
	cd "${S}"
}

src_compile() {
	emake CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" || die
}

src_install() {
	dobin pigz || die
}