summaryrefslogtreecommitdiff
path: root/recipes/skype
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2009-07-13 01:32:19 +0400
committerDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2009-07-13 01:32:19 +0400
commit26bcb9945b54e6d849fe4905688758b5a8006389 (patch)
tree25e66e55311d2e7212f87be1193c7d585e4a3e5a /recipes/skype
parent0bab68016165040c906baabe5ec7f1a5426ead82 (diff)
parentb296387c6227c3ab870277f77b2d30110475e00c (diff)
Merge commit 'origin/org.openembedded.dev' into org.openembedded.dev
Diffstat (limited to 'recipes/skype')
-rw-r--r--recipes/skype/skype-static_2.0.0.72.bb4
-rw-r--r--recipes/skype/skype_2.0.0.72.bb20
2 files changed, 24 insertions, 0 deletions
diff --git a/recipes/skype/skype-static_2.0.0.72.bb b/recipes/skype/skype-static_2.0.0.72.bb
new file mode 100644
index 0000000000..4bf4de3da7
--- /dev/null
+++ b/recipes/skype/skype-static_2.0.0.72.bb
@@ -0,0 +1,4 @@
+include skype_${PV}.bb
+
+SRC_URI = "http://download.skype.com/linux/skype_static-2.0.0.72.tar.bz2"
+S="${WORKDIR}/skype_static-${PV}"
diff --git a/recipes/skype/skype_2.0.0.72.bb b/recipes/skype/skype_2.0.0.72.bb
new file mode 100644
index 0000000000..f545571877
--- /dev/null
+++ b/recipes/skype/skype_2.0.0.72.bb
@@ -0,0 +1,20 @@
+DEPENDS = "virtual/libx11 qt4-x11-free glibc-gconv-utf-16"
+HOMEPAGE="www.skype.com"
+SRC_URI = "http://download.skype.com/linux/skype-2.0.0.72.tar.bz2"
+
+S="${WORKDIR}/${PN}-${PV}"
+
+do_install() {
+ install -d ${D}/usr/bin
+ cp skype ${D}/usr/bin/
+
+ install -d ${D}/usr/share/skype
+ cp -r sounds lang avatars ${D}/usr/share/skype
+
+ install -d ${D}/usr/share/pixmaps
+ cp -r icons/SkypeBlue_48x48.png ${D}/usr/share/pixmaps/skype.png
+}
+
+FILES_${PN} += "${datadir}/skype"
+
+COMPATIBLE_HOST = "i.86.*-linux"