diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-08-27 15:05:00 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-08-27 15:05:00 +0200 |
commit | 9d890e5ba37dd2a5dcda529229c1e7602e28e34a (patch) | |
tree | f3428d4d9ccd38902a2b041d3f39f7b331a9a574 /extra/skype/Pkgfile | |
parent | f38a87bc895d0fea149d9287655b3192f55128c5 (diff) | |
download | nutyx-extra-9d890e5ba37dd2a5dcda529229c1e7602e28e34a.tar.gz nutyx-extra-9d890e5ba37dd2a5dcda529229c1e7602e28e34a.tar.bz2 nutyx-extra-9d890e5ba37dd2a5dcda529229c1e7602e28e34a.tar.xz nutyx-extra-9d890e5ba37dd2a5dcda529229c1e7602e28e34a.zip |
skype dans acompiler
Diffstat (limited to 'extra/skype/Pkgfile')
-rwxr-xr-x | extra/skype/Pkgfile | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/extra/skype/Pkgfile b/extra/skype/Pkgfile deleted file mode 100755 index 7bc65fd04..000000000 --- a/extra/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: 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 -} - |