Mercurial > hg > portage
view app-arch/pigz/pigz-2.1.4.ebuild @ 135:d836e68caf96
bump samba to 3.3.5
author | holger |
---|---|
date | Tue, 16 Jun 2009 19:45:06 +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 }