xclip: add 0.12
authorKoen Kooi <koen@openembedded.org>
Mon, 30 Nov 2009 19:05:26 +0000 (20:05 +0100)
committerKoen Kooi <koen@openembedded.org>
Mon, 30 Nov 2009 19:05:26 +0000 (20:05 +0100)
conf/checksums.ini
recipes/xclip/xclip_0.12.bb [new file with mode: 0644]

index acb7fef..b97dbab 100644 (file)
@@ -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 (file)
index 0000000..7f05511
--- /dev/null
@@ -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
+
+