You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-perl/cdk-perl/cdk-perl-20031210.ebuild

26 lines
603 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/cdk-perl/cdk-perl-20031210.ebuild,v 1.14 2012/09/15 18:47:14 armin76 Exp $
inherit perl-module
DESCRIPTION="Perl extension for Cdk"
HOMEPAGE="http://dickey.his.com/cdk/cdk.html"
SRC_URI="ftp://invisible-island.net/cdk/${P}.tgz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE=""
DEPEND=">=dev-libs/cdk-4.9.10.20031210
dev-lang/perl"
mydoc="MANIFEST"
src_unpack() {
unpack ${P}.tgz
cd "${S}"
sed -i -e "s:/usr/local:/usr:g" Makefile.PL
}