Page 1 of 1

[Solved]gslapt and sourcery

Posted: 15. Jun 2011, 04:08
by yves04
Hello
When I try to get

Code: Select all

skype
with

Code: Select all

gslapt
, I can't find it ; but with

Code: Select all

sourcery
it works fine.
Is there an explanation for this difference ?
May be I have to change the file /etc/slapt-get/slapt-srcrc ?
Have a nice day.

Re: gslapt and sourcery

Posted: 15. Jun 2011, 04:38
by djemos
skype is not open source application, so it is not in salix repos. There is a SLKBUILD for skype here. http://people.salixos.org/djemos/skype/SLKBUILD
with fakeroot slkbuild -X can build latest version of skype.

Re: gslapt and sourcery

Posted: 15. Jun 2011, 08:49
by thenktor
That's because gslapt and sourcery are not the same:
* gslapt accesses our repository with pre-built binary packages
* sourcery accesses repositories with package build scripts

Search our wiki for more infos.

Re: gslapt and sourcery

Posted: 15. Jun 2011, 10:42
by Andyun
You can just download the static version of the skype. Unpack and launch.

http://download.skype.com/linux/skype_s ... 35.tar.bz2

Re: gslapt and sourcery

Posted: 16. Jun 2011, 03:20
by cjtron
Edited by Akuna: Comment with no value. Removed.

Re: gslapt and sourcery

Posted: 16. Jun 2011, 03:49
by yves04
Thanks a lot for yours explanations.