skype: initial import
This commit is contained in:
parent
d6f86a383f
commit
fe372bb17f
26
skype/.footprint
Normal file
26
skype/.footprint
Normal file
@ -0,0 +1,26 @@
|
||||
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/busy4.wav
|
||||
-rw-r--r-- root/root usr/share/skype/sound/call_in.wav
|
||||
-rw-r--r-- root/root usr/share/skype/sound/call_out.wav
|
||||
-rw-r--r-- root/root usr/share/skype/sound/hangup.wav
|
||||
-rw-r--r-- root/root usr/share/skype/sound/im.wav
|
1
skype/.md5sum
Normal file
1
skype/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
58f0d1fd5586c5c3b83ee5ba133deaa7 skype-1.2.0.18.tar.bz2
|
0
skype/.sync
Normal file
0
skype/.sync
Normal file
21
skype/Pkgfile
Normal file
21
skype/Pkgfile
Normal file
@ -0,0 +1,21 @@
|
||||
# Description: P2P VoIP software which supports end-to-end encryption
|
||||
# URL: http://www.skype.com/products/skype/linux/
|
||||
# Maintainer: sten, nick dot steeves at shaw dot ca
|
||||
# Packager:
|
||||
# Depends on: qt3
|
||||
|
||||
name=skype
|
||||
version=1.2.0.18
|
||||
release=1
|
||||
source=(http://download.skype.com/linux/$name-$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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user