contrib/skype/Pkgfile

23 lines
906 B
Plaintext
Raw Normal View History

2006-11-19 22:26:53 +01:00
# Description: P2P VoIP software which supports end-to-end encryption.
2007-12-12 11:15:56 +01:00
# URL: http://www.skype.com/products/skype/linux/
2008-03-26 03:45:31 +01:00
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
2007-12-12 11:15:56 +01:00
# Packager: sten, nick dot steeves at shaw dot ca
# Depends on: qt4 alsa-lib libsigc++ xorg-libxscrnsaver
2006-11-14 00:13:35 +01:00
name=skype
2010-02-23 14:51:29 +01:00
version=2.1.0.81
2006-11-14 00:13:35 +01:00
release=1
source=(http://download.skype.com/linux/skype-$version.tar.bz2)
2006-11-14 00:13:35 +01:00
build() {
cd skype-$version
install -d $PKG/usr/share/skype
2007-12-12 11:15:56 +01:00
install -D -m 0755 skype $PKG/usr/bin/skype
cp -R sounds $PKG/usr/share/skype
2007-12-12 11:15:56 +01:00
install -D -m 0644 icons/SkypeBlue_16x16.png $PKG/usr/share/icons/hicolor/16x16/apps/skype.png
install -D -m 0644 icons/SkypeBlue_32x32.png $PKG/usr/share/icons/hicolor/32x32/apps/skype.png
install -D -m 0644 icons/SkypeBlue_48x48.png $PKG/usr/share/icons/hicolor/48x48/apps/skype.png
install -D -m 0644 skype.desktop $PKG/usr/share/applications/skype.desktop
2006-11-14 00:13:35 +01:00
}