summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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.ebuild22
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
+}