diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2008-10-08 21:20:18 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2008-10-08 21:20:18 +0000 |
commit | a07c08423c8a5599be8228460a1218c1a4032e44 (patch) | |
tree | fe9d6bc59613d5c439cfd89647d0df4f5872deda /dev-util/intltool/intltool-0.40.5.ebuild | |
parent | amd64/x86 stable, bug #238444 (diff) | |
download | gentoo-2-a07c08423c8a5599be8228460a1218c1a4032e44.tar.gz gentoo-2-a07c08423c8a5599be8228460a1218c1a4032e44.tar.bz2 gentoo-2-a07c08423c8a5599be8228460a1218c1a4032e44.zip |
Version bump to 0.40.5.
(Portage version: 2.2_rc11/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
Diffstat (limited to 'dev-util/intltool/intltool-0.40.5.ebuild')
-rw-r--r-- | dev-util/intltool/intltool-0.40.5.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-util/intltool/intltool-0.40.5.ebuild b/dev-util/intltool/intltool-0.40.5.ebuild new file mode 100644 index 000000000000..86d5f53c4f4c --- /dev/null +++ b/dev-util/intltool/intltool-0.40.5.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/intltool/intltool-0.40.5.ebuild,v 1.1 2008/10/08 21:20:18 eva Exp $ + +inherit gnome.org eutils + +DESCRIPTION="Tools for extracting translatable strings from various sourcefiles" +HOMEPAGE="http://www.gnome.org/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +IUSE="" + +DEPEND=">=dev-lang/perl-5.6 + dev-perl/XML-Parser" +RDEPEND="${DEPEND}" + +src_install() { + emake DESTDIR="${D}" install || die "Installation failed" + + dodoc AUTHORS ChangeLog NEWS README TODO doc/I18N-HOWTO +} |