diff options
author | Olivier DOSSMANN <blankoworld@wanadoo.fr> | 2009-11-15 20:00:24 +0100 |
---|---|---|
committer | Olivier DOSSMANN <blankoworld@wanadoo.fr> | 2009-11-15 20:00:24 +0100 |
commit | 4f3bc2ec25f9209c9017072f65db392467dfe46f (patch) | |
tree | e7505b0c63b90644cd163c547ec39726948688ce /extra/skype/Pkgfile | |
parent | 4d3824d40b581835bc3ec2e4624af35923a285cf (diff) | |
download | nutyx-pakxe-4f3bc2ec25f9209c9017072f65db392467dfe46f.tar.gz nutyx-pakxe-4f3bc2ec25f9209c9017072f65db392467dfe46f.tar.bz2 nutyx-pakxe-4f3bc2ec25f9209c9017072f65db392467dfe46f.tar.xz nutyx-pakxe-4f3bc2ec25f9209c9017072f65db392467dfe46f.zip |
Ajout de skype#2.1.0.47-1
Diffstat (limited to 'extra/skype/Pkgfile')
-rwxr-xr-x | extra/skype/Pkgfile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/extra/skype/Pkgfile b/extra/skype/Pkgfile new file mode 100755 index 000000000..779c46ac0 --- /dev/null +++ b/extra/skype/Pkgfile @@ -0,0 +1,26 @@ +# Description: logiciel de discussion par VoIP +# URL: http://skype.com/ +# Maintainer: Blankoworld +# Packager: blankoworld at wanadoo dot fr +# Depends on: qt + +name=skype_static +version=2.1.0.47 +release=1 +group=app +source=( http://download.skype.com/linux/$name-$version.tar.bz2 \ +skype) + +build() { + cd $name-$version + install -d $PKG/usr/share/$name/ + install -d $PKG/usr/bin/ + cp -r $SRC/$name-$version/* $PKG/usr/share/$name/ + cp -p ../skype $PKG/usr/bin/skype + chown -R root:root $PKG + install -Dm644 $SRC/$name-$version/skype.desktop \ + $PKG/usr/share/applications/skype.desktop + install -Dm644 $SRC/$name-$version/icons/SkypeBlue_48x48.png \ + $PKG/usr/share/pixmaps/skype.png +} + |