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 | |
parent | debcb705a063c9e7843380036ac5febcc7263e30 (diff) |
xclip: add 0.12
-rw-r--r-- | conf/checksums.ini | 4 | ||||
-rw-r--r-- | recipes/xclip/xclip_0.12.bb | 10 |
2 files changed, 14 insertions, 0 deletions
diff --git a/conf/checksums.ini b/conf/checksums.ini index acb7fef1b2..b97dbabc7e 100644 --- a/conf/checksums.ini +++ b/conf/checksums.ini @@ -27650,6 +27650,10 @@ sha256=f95a9a9e477128aae536669dedd79f4e7b4d469072565695289e4bbb5b36dd63 md5=1f2670865d43a23a9abc596dde999aca sha256=8c89dbf36304b99363a7f090d695447653102b4528ca2aa367a2abe5cff1746d +[http://downloads.sourceforge.net/xclip/xclip-0.12.tar.gz] +md5=f7e19d3e976fecdc1ea36cd39e39900d +sha256=b7c7fad059ba446df5692d175c2a1d3816e542549661224806db369a0d716c45 + [http://xorg.freedesktop.org/releases/individual/app/xclipboard-1.0.1.tar.bz2] md5=2c6ecedb10dc51adbb64c95f22fd99c2 sha256=3399a27101285112ea578e1855c8374254afa8d427a3c5943458abc27c4d70fc 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 + + |