[oe-commits] Koen Kooi : xclip: add 0.12

git version control git at git.openembedded.org
Mon Nov 30 19:09:47 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 73ec71fa4554390dde8366a620d82ad288db85b7
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=73ec71fa4554390dde8366a620d82ad288db85b7

Author: Koen Kooi <koen at openembedded.org>
Date:   Mon Nov 30 20:05:26 2009 +0100

xclip: add 0.12

---

 conf/checksums.ini          |    4 ++++
 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 acb7fef..b97dbab 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 0000000..7f05511
--- /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
+
+





More information about the Openembedded-commits mailing list