summaryrefslogtreecommitdiffstats
path: root/acompiler/skype/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-08-27 15:05:00 +0200
committertnut <thierryn1 at hispeed dot ch>2010-08-27 15:05:00 +0200
commit9d890e5ba37dd2a5dcda529229c1e7602e28e34a (patch)
treef3428d4d9ccd38902a2b041d3f39f7b331a9a574 /acompiler/skype/Pkgfile
parentf38a87bc895d0fea149d9287655b3192f55128c5 (diff)
downloadnutyx-pakxe-9d890e5ba37dd2a5dcda529229c1e7602e28e34a.tar.gz
nutyx-pakxe-9d890e5ba37dd2a5dcda529229c1e7602e28e34a.tar.bz2
nutyx-pakxe-9d890e5ba37dd2a5dcda529229c1e7602e28e34a.tar.xz
nutyx-pakxe-9d890e5ba37dd2a5dcda529229c1e7602e28e34a.zip
skype dans acompiler
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
+}
+