# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Filesys-Statvfs-Statfs-Df-0.75.ebuild,v 1.2 2006/07/26 13:44:31 ks Exp $ inherit perl-module MY_P="Filesys-Statvfs_Statfs_Df-0.79" DESCRIPTION="Perl support for statfs statvs and Df" HOMEPAGE="http://search.cpan.org/~iguthrie/" SRC_URI="http://cpan.mirror.fr/modules/by-module//Filesys//${MY_P}.tar.gz" S="${WORKDIR}/${MY_P}" LICENSE="Artistic GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86" IUSE="" DEPEND="dev-lang/perl" RDEPEND="${DEPEND}" src_compile() { perl Makefile.PL DESTDIR=${D} make } #pkg_build() { #make #} #pkg_test() #{ #make test #} pkg_install() { make DESTDIR=${D} install }