diff options
author | Koen Kooi <koen@openembedded.org> | 2009-11-30 20:05:26 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-11-30 20:05:26 +0100 |
commit | 73ec71fa4554390dde8366a620d82ad288db85b7 (patch) | |
tree | 7fa895dc88dabf2c4c6080e8f4008588460af195 /recipes/xclip | |
parent | debcb705a063c9e7843380036ac5febcc7263e30 (diff) |
xclip: add 0.12
Diffstat (limited to 'recipes/xclip')
-rw-r--r-- | recipes/xclip/xclip_0.12.bb | 10 |
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 + + |