Mercurial > hg > portage
view app-arch/pigz/pigz-2.1.4.ebuild @ 129:c6e067be5b97
bump pgpool to 2.2.1
author | holger@hoho.dyndns.org |
---|---|
date | Mon, 27 Apr 2009 12:32:30 +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 }