2006-11-20 07:26:53 +10:00
|
|
|
# Description: P2P VoIP software which supports end-to-end encryption.
|
2007-12-12 21:15:56 +11:00
|
|
|
# URL: http://www.skype.com/products/skype/linux/
|
|
|
|
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
|
|
|
|
# Packager: sten, nick dot steeves at shaw dot ca
|
|
|
|
# Depends on: qt4 alsa-lib dbus libsigc++
|
2006-11-14 09:13:35 +10:00
|
|
|
|
|
|
|
name=skype
|
2008-03-14 20:29:46 +11:00
|
|
|
version=2.0.0.63
|
2006-11-14 09:13:35 +10:00
|
|
|
release=1
|
2007-10-25 01:02:55 +10:00
|
|
|
source=(http://download.skype.com/linux/skype-$version.tar.bz2)
|
2006-11-14 09:13:35 +10:00
|
|
|
|
|
|
|
build() {
|
2007-10-25 01:02:55 +10:00
|
|
|
cd skype-$version
|
|
|
|
install -d $PKG/usr/share/skype
|
2007-12-12 21:15:56 +11:00
|
|
|
install -D -m 0755 skype $PKG/usr/bin/skype
|
2007-10-25 01:02:55 +10:00
|
|
|
cp -R sounds $PKG/usr/share/skype
|
2007-12-12 21:15:56 +11: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 09:13:35 +10:00
|
|
|
}
|
|
|
|
|