Mercurial > hg > portage
view app-arch/pigz/pigz-2.1.4.ebuild @ 159:9014d136897e
update postgres to 8.4.1
author | holger |
---|---|
date | Wed, 09 Sep 2009 17:22:48 +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 }