65 lines
2 KiB
Text
65 lines
2 KiB
Text
# Template file for 'skype'
|
|
pkgname=skype
|
|
version=4.2.0.11
|
|
revision=1
|
|
short_desc="P2P software for high-quality voice communication"
|
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
|
homepage="http://www.skype.com"
|
|
license="skype"
|
|
distfiles="http://download.skype.com/linux/${pkgname}-${version}.tar.bz2"
|
|
checksum=87d30ab2ca219c1661c6497900da8fec5a30d8383f32240dc5a48f0aca35064e
|
|
long_desc="
|
|
Skype is a proprietary voice over Internet Protocol service and software
|
|
application originally created by Niklas Zennström and Janus Friis, and
|
|
owned by Microsoft since 2011.
|
|
|
|
The service allows users to communicate with peers by voice, video, and
|
|
instant messaging over the Internet. Phone calls may be placed to recipients
|
|
on the traditional telephone networks. Calls to other users within the Skype
|
|
service are free of charge, while calls to landline telephones and mobile
|
|
phones are charged via a debit-based user account system. Skype has also
|
|
become popular for its additional features, including file transfer, and
|
|
videoconferencing. Competitors include SIP and H.323-based services, such as
|
|
Empathy, Linphone, Ekiga as well as the Google Talk service."
|
|
|
|
# XXX no multiarch for now.
|
|
only_for_archs="i686"
|
|
makedepends="qt>=4.8.4_4 hicolor-icon-theme desktop-file-utils"
|
|
|
|
do_install() {
|
|
# Executable
|
|
vinstall skype 755 usr/bin
|
|
|
|
# Data
|
|
vmkdir usr/share/skype
|
|
vcopy avatars usr/share/skype
|
|
vcopy lang usr/share/skype
|
|
vcopy sounds usr/share/skype
|
|
|
|
# DBus Service
|
|
vinstall skype.conf 644 etc/dbus-1/system.d
|
|
|
|
# Icons
|
|
for _i in 16 32 48; do
|
|
vmkdir usr/share/icons/hicolor/${_i}x${_i}
|
|
vcopy icons/SkypeBlue_${_i}x${_i}.png \
|
|
usr/share/icons/hicolor/${_i}x${_i}/skype.png
|
|
done
|
|
vinstall icons/SkypeBlue_48x48.png 644 usr/share/pixmaps skype.png
|
|
|
|
# Desktop file
|
|
vinstall skype.desktop 644 usr/share/applications
|
|
|
|
# License
|
|
vinstall LICENSE 644 usr/share/licenses/skype
|
|
vinstall "third-party_attributions.txt" 644 usr/share/licenses/skype
|
|
}
|
|
|
|
skype_package() {
|
|
nonfree="yes"
|
|
nostrip="yes"
|
|
depends="${makedepends}"
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|