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/Pango/Pango-1.222.0.ebuild

29 lines
750 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Pango/Pango-1.222.0.ebuild,v 1.4 2012/02/27 03:55:40 jer Exp $
EAPI=4
MODULE_AUTHOR=TSCH
MODULE_VERSION=1.222
inherit perl-module
DESCRIPTION="Layout and render international text"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE=""
RDEPEND=">=dev-perl/glib-perl-1.220
>=dev-perl/Cairo-1.00
>=x11-libs/pango-1.0.0"
DEPEND=">=dev-perl/extutils-depends-0.300
>=dev-perl/extutils-pkgconfig-1.030
${RDEPEND}"
src_prepare() {
perl-module_src_prepare
sed -i -e "s:exit 0:exit 1:g" "${S}"/Makefile.PL || die "sed failed"
}