forked from ports/contrib
skype: move 32bit library to lib32
This commit is contained in:
parent
fadd58bb23
commit
b8d89fe71a
@ -2,8 +2,8 @@ drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/skype
|
||||
-rwxr-xr-x root/root usr/bin/skype-bin
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
-rw-r--r-- root/root usr/lib/libgobject-2.0.so.0.3400.3
|
||||
drwxr-xr-x root/root usr/lib32/
|
||||
-rw-r--r-- root/root usr/lib32/libgobject-2.0.so.0.3400.3
|
||||
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
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
name=skype
|
||||
version=4.1.0.20
|
||||
release=2
|
||||
release=3
|
||||
source=(http://download.skype.com/linux/$name-$version.tar.bz2
|
||||
http://ftp.gnome.org/pub/GNOME/sources/glib/2.34/glib-2.34.3.tar.xz)
|
||||
|
||||
@ -22,7 +22,7 @@ build() {
|
||||
--with-gio-module-dir=/lib32/gio/modules
|
||||
|
||||
make
|
||||
install -D -m 0644 gobject/.libs/libgobject-2.0.so.0.3400.3 $PKG/usr/lib/libgobject-2.0.so.0.3400.3
|
||||
install -D -m 0644 gobject/.libs/libgobject-2.0.so.0.3400.3 $PKG/usr/lib32/libgobject-2.0.so.0.3400.3
|
||||
|
||||
cd ../$name-$version
|
||||
install -d $PKG/usr/share/skype/{avatars,lang,sounds}
|
||||
@ -38,7 +38,7 @@ build() {
|
||||
#install -D -m 0644 skype.conf $PKG/etc/dbus-1/system.d/skype.conf
|
||||
cat << "__EOF__" > $PKG/usr/bin/skype
|
||||
#!/bin/sh
|
||||
LD_PRELOAD=/usr/lib/libgobject-2.0.so.0.3400.3 skype-bin
|
||||
LD_PRELOAD=/usr/lib32/libgobject-2.0.so.0.3400.3 skype-bin
|
||||
__EOF__
|
||||
chmod 0755 $PKG/usr/bin/skype
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user