diff options
author | Graeme Gregory <dp@xora.org.uk> | 2009-07-10 21:45:15 +0100 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2009-07-10 21:45:15 +0100 |
commit | 8b0c5558ac548345d6ae363c4105488d5f1e4900 (patch) | |
tree | c3150f54cd8e99cde963360e32ec3d14637ca501 /recipes/skype/skype_2.0.0.72.bb | |
parent | 071dafded971a297dd50694595fa4455281ceb49 (diff) | |
parent | 9756c8d5940e5f067c97dd37e2f30704eaa0927f (diff) |
Merge branch 'org.openembedded.dev' of git+ssh://git@git.openembedded.org/openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/skype/skype_2.0.0.72.bb')
-rw-r--r-- | recipes/skype/skype_2.0.0.72.bb | 20 |
1 files changed, 20 insertions, 0 deletions
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" |