summaryrefslogtreecommitdiffstats
path: root/acompiler/skype/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-02-19 22:33:36 +0100
committertnut <thierryn1 at hispeed dot ch>2011-02-19 22:33:36 +0100
commit03af1a2a2507d671b3866333533d92764458e1c8 (patch)
treee760cf3fc9008bbb0409e2ce923eee4dccc46136 /acompiler/skype/Pkgfile
parent65664baee158d3b259d487c279b89e4f4114b038 (diff)
downloadnutyx-extra-03af1a2a2507d671b3866333533d92764458e1c8.tar.gz
nutyx-extra-03af1a2a2507d671b3866333533d92764458e1c8.tar.bz2
nutyx-extra-03af1a2a2507d671b3866333533d92764458e1c8.tar.xz
nutyx-extra-03af1a2a2507d671b3866333533d92764458e1c8.zip
depot acompiler supprimé
Diffstat (limited to 'acompiler/skype/Pkgfile')
-rwxr-xr-xacompiler/skype/Pkgfile25
1 files changed, 0 insertions, 25 deletions
diff --git a/acompiler/skype/Pkgfile b/acompiler/skype/Pkgfile
deleted file mode 100755
index d882e8eb1..000000000
--- a/acompiler/skype/Pkgfile
+++ /dev/null
@@ -1,25 +0,0 @@
-# Description: logiciel de discussion par VoIP
-# URL: http://skype.com/
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on:
-
-name=skype
-version=2.1.0.81
-release=3
-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
-}
-