diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-02-01 22:54:02 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-02-01 22:54:02 +0100 |
commit | 34b174e30af884dcdde520543ce3626bb41ff918 (patch) | |
tree | 8501d8d47db5bcee5f2a2a9e8131275ae11a63e8 /extra/skype | |
parent | 1812c9960f28fb6fdaf2d1c790c8ff852db98cc0 (diff) | |
download | nutyx-pakxe-34b174e30af884dcdde520543ce3626bb41ff918.tar.gz nutyx-pakxe-34b174e30af884dcdde520543ce3626bb41ff918.tar.bz2 nutyx-pakxe-34b174e30af884dcdde520543ce3626bb41ff918.tar.xz nutyx-pakxe-34b174e30af884dcdde520543ce3626bb41ff918.zip |
skype, correction du nom de port
Diffstat (limited to 'extra/skype')
-rwxr-xr-x | extra/skype/Pkgfile | 8 | ||||
-rw-r--r-- | extra/skype/pre-install | 3 |
2 files changed, 7 insertions, 4 deletions
diff --git a/extra/skype/Pkgfile b/extra/skype/Pkgfile index b989e144f..b271724c6 100755 --- a/extra/skype/Pkgfile +++ b/extra/skype/Pkgfile @@ -1,12 +1,12 @@ # Description: logiciel de discussion par VoIP # URL: http://skype.com/ -# Maintainer: Blankoworld -# Packager: blankoworld at wanadoo dot fr +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch # Depends on: qt -name=skype_static +name=skype version=2.1.0.81 -release=1 +release=2 source=( http://download.skype.com/linux/$name-$version.tar.bz2 \ skype) diff --git a/extra/skype/pre-install b/extra/skype/pre-install new file mode 100644 index 000000000..c883e9713 --- /dev/null +++ b/extra/skype/pre-install @@ -0,0 +1,3 @@ +if ( pkginfo -i | grep skype_static > /dev/null ) ; then + pkgrm skype_static +fi |