void-packages/srcpkgs/skype/template

63 lines
1.9 KiB
Plaintext

# Template file for 'skype'
pkgname=skype
nonfree=yes
only_for_archs=i686
version=2.2.0.35
distfiles="http://download.skype.com/linux/skype-2.2.0.35.tar.bz2"
checksum=b56b7170e218da1e2d52d63f8519d365c54296d294a32ab605788910d950eb94
short_desc="P2P software for high-quality voice communication"
maintainer="davehome <davehome@redthumb.info.tm>"
homepage="http://www.skype.com"
license="skype"
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."
gtk_iconcache_dirs="
/usr/share/icons/hicolor
/usr/share/pixmaps"
Add_dependency full hicolor-icon-theme
Add_dependency full desktop-file-utils
do_install()
{
# Based on an Arch AUR PKGBUILD
# 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
}