view app-arch/pigz/pigz-2.1.4.ebuild @ 148:fb0267e87240

new import of postgres-8.4.0
author holger
date Fri, 10 Jul 2009 18:34:34 +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
}