summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Proschofsky <suka@gentoo.org>2007-07-24 15:42:17 +0000
committerAndreas Proschofsky <suka@gentoo.org>2007-07-24 15:42:17 +0000
commit8ac2d7364fe2831804728c9bbb33acd83876e714 (patch)
treef76bfdc46a66c3790c043584635b2c6b3dba12b3 /x11-misc/xdg-user-dirs/xdg-user-dirs-0.8.ebuild
parentAdd manifest files (diff)
downloadsuka-8ac2d7364fe2831804728c9bbb33acd83876e714.tar.gz
suka-8ac2d7364fe2831804728c9bbb33acd83876e714.tar.bz2
suka-8ac2d7364fe2831804728c9bbb33acd83876e714.zip
Add xdg-user-dirs-(gtk), nice way to define default directories and already supported in some GNOME 2.18
applications svn path=/; revision=10
Diffstat (limited to 'x11-misc/xdg-user-dirs/xdg-user-dirs-0.8.ebuild')
-rw-r--r--x11-misc/xdg-user-dirs/xdg-user-dirs-0.8.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/x11-misc/xdg-user-dirs/xdg-user-dirs-0.8.ebuild b/x11-misc/xdg-user-dirs/xdg-user-dirs-0.8.ebuild
new file mode 100644
index 0000000..8408ad6
--- /dev/null
+++ b/x11-misc/xdg-user-dirs/xdg-user-dirs-0.8.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="xdg-user-dirs is a tool to help manage 'well known' user directories like the desktop folder and the music folder"
+HOMEPAGE="http://www.freedesktop.org/wiki/Software/xdg-user-dirs"
+SRC_URI="http://user-dirs.freedesktop.org/releases/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed"
+ dodoc README TODO
+}
+