From cbcc70cff06d99bd99f6e90b3ff7f32cdb699a76 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Wed, 3 Jun 2009 15:21:21 -0300 Subject: skype: add static and dynamic versions Signed-off-by: Otavio Salvador --- recipes/skype/skype-static_2.0.0.72.bb | 4 ++++ recipes/skype/skype_2.0.0.72.bb | 20 ++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 recipes/skype/skype-static_2.0.0.72.bb create mode 100644 recipes/skype/skype_2.0.0.72.bb (limited to 'recipes/skype') 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" -- cgit 1.2.3-korg