diff options
author | Danny Rawlins <romster@shortcircuit.net.au> | 2007-10-25 01:17:59 +1000 |
---|---|---|
committer | Danny Rawlins <romster@shortcircuit.net.au> | 2007-10-25 01:17:59 +1000 |
commit | b3832942449478d373ea37bcbea338d717d91604 (patch) | |
tree | b8103c7541f011468a37c6a52ef46cf4421f1b15 /skype | |
parent | 98dc0f104914845790d29cd185f3ca7952a2b88b (diff) | |
download | contrib-b3832942449478d373ea37bcbea338d717d91604.tar.gz contrib-b3832942449478d373ea37bcbea338d717d91604.tar.xz |
skype: oops clean up Pkgfile
Diffstat (limited to 'skype')
-rw-r--r-- | skype/Pkgfile | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/skype/Pkgfile b/skype/Pkgfile index 880459317..229682dae 100644 --- a/skype/Pkgfile +++ b/skype/Pkgfile @@ -11,22 +11,12 @@ source=(http://download.skype.com/linux/skype-$version.tar.bz2) build() { cd skype-$version - - install -D -m755 skype $PKG/usr/bin/skype - - #install -D -m644 lang/skype_en.qm $PKG/usr/share/skype/lang/skype_en.qm - install -d $PKG/usr/share/skype + install -D -m755 skype $PKG/usr/bin/skype cp -R sounds $PKG/usr/share/skype - - #for f in icons/*; do - # size=$(echo ${f#*_}) - # install icons/$f $PKG/usr/share/icons/hicolor/16x16/apps/skype.png - install -D -m644 icons/SkypeBlue_16x16.png $PKG/usr/share/icons/hicolor/16x16/apps/skype.png install -D -m644 icons/SkypeBlue_32x32.png $PKG/usr/share/icons/hicolor/32x32/apps/skype.png install -D -m644 icons/SkypeBlue_48x48.png $PKG/usr/share/icons/hicolor/48x48/apps/skype.png - install -D -m644 skype.desktop $PKG/usr/share/applications/skype.desktop } |