# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-fs/vzquota/vzquota-3.0.9.ebuild,v 1.1 2006/10/12 11:19:50 phreak Exp $ DESCRIPTION="OpenVZ VPS disk quota utility" HOMEPAGE="http://openvz.org/download/utils/vzquota/" SRC_URI="http://download.openvz.org/utils/${PN}/${PV}/src/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="" RDEPEND="" src_unpack() { unpack ${A} # Prevent the Makefile from stripping the binaries, since portage does that # already with prestrip ebegin "Applying ${P}-Makefile-stripping.patch" sed -i 's,$(INSTALL) -s -m,$(INSTALL) -m,' "${S}"/src/Makefile eend $? } src_install() { make DESTDIR="${D}" install || die "make install failed" }