summaryrefslogtreecommitdiffstats
path: root/acompiler/skype/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'acompiler/skype/Pkgfile')
-rwxr-xr-xacompiler/skype/Pkgfile25
1 files changed, 25 insertions, 0 deletions
diff --git a/acompiler/skype/Pkgfile b/acompiler/skype/Pkgfile
new file mode 100755
index 000000000..7bc65fd04
--- /dev/null
+++ b/acompiler/skype/Pkgfile
@@ -0,0 +1,25 @@
+# Description: logiciel de discussion par VoIP
+# URL: http://skype.com/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: qt
+
+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
+}
+