diff options
Diffstat (limited to 'dev-util/intltool-debian/intltool-debian-0.35.0_p20060710.ebuild')
-rw-r--r-- | dev-util/intltool-debian/intltool-debian-0.35.0_p20060710.ebuild | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/dev-util/intltool-debian/intltool-debian-0.35.0_p20060710.ebuild b/dev-util/intltool-debian/intltool-debian-0.35.0_p20060710.ebuild new file mode 100644 index 000000000..726c20c61 --- /dev/null +++ b/dev-util/intltool-debian/intltool-debian-0.35.0_p20060710.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="5" + +MY_PV=${PV/_p/+}.1 + +DESCRIPTION="Internationalization Tool Collection with support for RFC822 compliant config files" +HOMEPAGE="http://packages.qa.debian.org/intltool-debian" +SRC_URI="mirror://debian/pool/main/i/${PN}/${PN}_${MY_PV}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-lang/perl-5.8.1 + dev-perl/XML-Parser + sys-devel/gettext + virtual/perl-Getopt-Long" + +S="${WORKDIR}/${PN}-${MY_PV}" + +src_install() { + # These scripts are a used by debian packages and are not installed in /usr/bin since + # they would collide with dev-util/intltool. + exeinto /usr/share/${PN} + doexe intltool-bin/* + dodoc AUTHORS debian/{README.Debian,changelog} +} |