summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/x11rec/x11rec-0.3.ebuild')
-rw-r--r--dev-ruby/x11rec/x11rec-0.3.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-ruby/x11rec/x11rec-0.3.ebuild b/dev-ruby/x11rec/x11rec-0.3.ebuild
new file mode 100644
index 0000000..28bc842
--- /dev/null
+++ b/dev-ruby/x11rec/x11rec-0.3.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="Simple ruby script that makes screen captures"
+HOMEPAGE="http://0xcc.net/x11rec/"
+SRC_URI="http://0xcc.net/x11rec/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND="dev-lang/ruby
+ meda-gfx/imagemagick
+ x11-apps/xwd
+ x11-apps/xwininfo"
+RDEPEND=""
+
+src_install(){
+ dobin x11rec
+}