summaryrefslogtreecommitdiff
path: root/skype
diff options
context:
space:
mode:
authorJames Mills <prologic@daisy.(none)>2006-11-20 07:26:53 +1000
committerJames Mills <prologic@daisy.(none)>2006-11-20 07:26:53 +1000
commit9e696ec09095446172c1455e1e5784dc540ddf51 (patch)
tree6a9f88478d5837a960f940fce7e5373a0fd5bd70 /skype
parent9318e05d84e946541f81627a18e25c0deb891e34 (diff)
downloadcontrib-9e696ec09095446172c1455e1e5784dc540ddf51.tar.gz
contrib-9e696ec09095446172c1455e1e5784dc540ddf51.tar.xz
Pkgfile cleanup; s/\t/ /g
Diffstat (limited to 'skype')
-rw-r--r--skype/Pkgfile29
1 files changed, 15 insertions, 14 deletions
diff --git a/skype/Pkgfile b/skype/Pkgfile
index 3e2c2ac3a..87c89119d 100644
--- a/skype/Pkgfile
+++ b/skype/Pkgfile
@@ -1,8 +1,9 @@
-# Description: P2P VoIP software which supports end-to-end encryption.
-# URL: http://www.skype.com/products/skype/linux/
-# Maintainer: James Mills prologic at shortcircuit dot net dot au
-# Packager: sten, nick dot steeves at shaw dot ca
-# Depends on: qt3
+# Description: P2P VoIP software which supports end-to-end encryption.
+# URL: http://www.skype.com/products/skype/linux/
+# Maintainer: James Mills prologic at shortcircuit dot net dot au
+# Packager: sten, nick dot steeves at shaw dot ca
+#
+# Depends on: qt3
name=skype
version=1.3.0.53
@@ -10,14 +11,14 @@ release=1
source=(http://download.skype.com/linux/$name-$version-generic.tar.bz2)
build() {
- cd $name-$version
- install -D -m755 skype $PKG/usr/bin/skype
- install -D -m644 lang/skype_en.qm $PKG/usr/share/skype/lang/skype_en.qm
- cp -R sound $PKG/usr/share/skype
- install -D -m644 icons/skype_16_32.png $PKG/usr/share/icons/hicolor/16x16/apps/skype.png
- install -D -m644 icons/skype_32_32.png $PKG/usr/share/icons/hicolor/32x32/apps/skype.png
- install -D -m644 icons/skype_48_32.png $PKG/usr/share/icons/hicolor/48x48/apps/skype.png
- install -D -m644 skype.desktop $PKG/usr/share/applications/skype.desktop
- chown -R root:root $PKG
+ cd $name-$version
+ install -D -m755 skype $PKG/usr/bin/skype
+ install -D -m644 lang/skype_en.qm $PKG/usr/share/skype/lang/skype_en.qm
+ cp -R sound $PKG/usr/share/skype
+ install -D -m644 icons/skype_16_32.png $PKG/usr/share/icons/hicolor/16x16/apps/skype.png
+ install -D -m644 icons/skype_32_32.png $PKG/usr/share/icons/hicolor/32x32/apps/skype.png
+ install -D -m644 icons/skype_48_32.png $PKG/usr/share/icons/hicolor/48x48/apps/skype.png
+ install -D -m644 skype.desktop $PKG/usr/share/applications/skype.desktop
+ chown -R root:root $PKG
}

Generated by cgit