aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xclip
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-11-30 20:05:26 +0100
committerKoen Kooi <koen@openembedded.org>2009-11-30 20:05:26 +0100
commit73ec71fa4554390dde8366a620d82ad288db85b7 (patch)
tree7fa895dc88dabf2c4c6080e8f4008588460af195 /recipes/xclip
parentdebcb705a063c9e7843380036ac5febcc7263e30 (diff)
downloadopenembedded-73ec71fa4554390dde8366a620d82ad288db85b7.tar.gz
xclip: add 0.12
Diffstat (limited to 'recipes/xclip')
-rw-r--r--recipes/xclip/xclip_0.12.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/xclip/xclip_0.12.bb b/recipes/xclip/xclip_0.12.bb
new file mode 100644
index 0000000000..7f05511913
--- /dev/null
+++ b/recipes/xclip/xclip_0.12.bb
@@ -0,0 +1,10 @@
+DECSRIPTION = "xclip is a command line interface to the X11 clipboard. It can also be used for copying files, as an alternative to sftp/scp, thus avoiding password prompts when X11 forwarding has already been setup."
+LICENSE = "GPLv2"
+
+DEPENDS = "libxmu virtual/libx11 "
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/xclip/${P}.tar.gz"
+
+inherit autotools
+
+