commit 76fe59ee601e2e0d886f7329177f5446ec5fac70 Author: Tilman Sauerbeck <tilman@code-monkey.de> Date: Wed Oct 18 17:40:36 2006 +0000 skype: moved to attic diff --git a/skype/.footprint b/skype/.footprint deleted file mode 100644 index 21e6699..0000000 --- a/skype/.footprint +++ /dev/null @@ -1,30 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/skype -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/applications/ --rw-r--r-- root/root usr/share/applications/skype.desktop -drwxr-xr-x root/root usr/share/icons/ -drwxr-xr-x root/root usr/share/icons/hicolor/ -drwxr-xr-x root/root usr/share/icons/hicolor/16x16/ -drwxr-xr-x root/root usr/share/icons/hicolor/16x16/apps/ --rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/skype.png -drwxr-xr-x root/root usr/share/icons/hicolor/32x32/ -drwxr-xr-x root/root usr/share/icons/hicolor/32x32/apps/ --rw-r--r-- root/root usr/share/icons/hicolor/32x32/apps/skype.png -drwxr-xr-x root/root usr/share/icons/hicolor/48x48/ -drwxr-xr-x root/root usr/share/icons/hicolor/48x48/apps/ --rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/skype.png -drwxr-xr-x root/root usr/share/skype/ -drwxr-xr-x root/root usr/share/skype/lang/ --rw-r--r-- root/root usr/share/skype/lang/skype_en.qm -drwxr-xr-x root/root usr/share/skype/sound/ --rw-r--r-- root/root usr/share/skype/sound/call_busy.wav --rw-r--r-- root/root usr/share/skype/sound/call_hangup.wav --rw-r--r-- root/root usr/share/skype/sound/call_hold.wav --rw-r--r-- root/root usr/share/skype/sound/call_initiated.wav --rw-r--r-- root/root usr/share/skype/sound/call_resume.wav --rw-r--r-- root/root usr/share/skype/sound/call_ringin.wav --rw-r--r-- root/root usr/share/skype/sound/call_ringout.wav --rw-r--r-- root/root usr/share/skype/sound/im2.wav --rw-r--r-- root/root usr/share/skype/sound/online.wav diff --git a/skype/.md5sum b/skype/.md5sum deleted file mode 100644 index 437bfee..0000000 --- a/skype/.md5sum +++ /dev/null @@ -1 +0,0 @@ -0c94f3c46f6f6ef6e764395b7e2a1035 skype-beta-1.3.0.30.tar.bz2 diff --git a/skype/Pkgfile b/skype/Pkgfile deleted file mode 100644 index c594bc2..0000000 --- a/skype/Pkgfile +++ /dev/null @@ -1,21 +0,0 @@ -# Description: P2P VoIP software which supports end-to-end encryption -# URL: http://www.skype.com/products/skype/linux/ -# Maintainer: -# Packager: -# Depends on: qt3 - -name=skype -version=1.3.0.30 -release=1 -source=(http://download.skype.com/linux/$name-beta-$version.tar.bz2) - -build() { - cd $name-$version - install -D -m 755 skype $PKG/usr/bin/skype - install -D -m 644 lang/skype_en.qm $PKG/usr/share/skype/lang/skype_en.qm - cp -R sound $PKG/usr/share/skype - install -D -m 644 icons/skype_16_32.png $PKG/usr/share/icons/hicolor/16x16/apps/skype.png - install -D -m 644 icons/skype_32_32.png $PKG/usr/share/icons/hicolor/32x32/apps/skype.png - install -D -m 644 icons/skype_48_32.png $PKG/usr/share/icons/hicolor/48x48/apps/skype.png - install -D -m 644 skype.desktop $PKG/usr/share/applications/skype.desktop -}