summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-plugins/wmvolman/wmvolman-0.9.ebuild')
-rw-r--r--x11-plugins/wmvolman/wmvolman-0.9.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/x11-plugins/wmvolman/wmvolman-0.9.ebuild b/x11-plugins/wmvolman/wmvolman-0.9.ebuild
new file mode 100644
index 000000000000..20ea0929d4f2
--- /dev/null
+++ b/x11-plugins/wmvolman/wmvolman-0.9.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmvolman/wmvolman-0.9.ebuild,v 1.1 2008/01/17 08:01:20 drac Exp $
+
+DESCRIPTION="a dockapp that displays and (un)mounts hotplug devices and removable media."
+HOMEPAGE="http://people.altlinux.ru/~raorn/wmvolman.html"
+SRC_URI="http://people.altlinux.ru/~raorn/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND=">=x11-libs/libdockapp-0.6
+ x11-libs/libX11
+ dev-libs/dbus-glib
+ sys-apps/pmount
+ sys-apps/hal"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed."
+ dodoc AUTHORS NEWS README
+}