diff options
author | Luis Medinas <metalgod@gentoo.org> | 2006-01-11 00:26:07 +0000 |
---|---|---|
committer | Luis Medinas <metalgod@gentoo.org> | 2006-01-11 00:26:07 +0000 |
commit | 4d6f33fb09db0bc985ebc8e0e2171ee800347a97 (patch) | |
tree | e2ddc2a30a17bd65b770f7301ae32ac9d6a642f6 /x11-misc/icon-naming-utils/icon-naming-utils-0.6.3.ebuild | |
parent | Stable on x86; bug #118328 (diff) | |
download | gentoo-2-4d6f33fb09db0bc985ebc8e0e2171ee800347a97.tar.gz gentoo-2-4d6f33fb09db0bc985ebc8e0e2171ee800347a97.tar.bz2 gentoo-2-4d6f33fb09db0bc985ebc8e0e2171ee800347a97.zip |
Version Bump.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-misc/icon-naming-utils/icon-naming-utils-0.6.3.ebuild')
-rw-r--r-- | x11-misc/icon-naming-utils/icon-naming-utils-0.6.3.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/x11-misc/icon-naming-utils/icon-naming-utils-0.6.3.ebuild b/x11-misc/icon-naming-utils/icon-naming-utils-0.6.3.ebuild new file mode 100644 index 000000000000..ec6c4fabad7b --- /dev/null +++ b/x11-misc/icon-naming-utils/icon-naming-utils-0.6.3.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icon-naming-utils/icon-naming-utils-0.6.3.ebuild,v 1.1 2006/01/11 00:26:07 metalgod Exp $ + +DESCRIPTION="Utilities to help with the transition to the new freedesktop.org naming scheme, they will map the new names to the legacy names used by the GNOME and KDE desktops." +HOMEPAGE="http://tango-project.org/" +SRC_URI="http://tango-project.org/releases/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-perl/XML-Simple-2 + dev-lang/perl" + +DEPEND="${RDEPEND}" + +src_install() { + make DESTDIR=${D} install || die + dodoc AUTHORS ChangeLog NEWS README +} |