LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 12-23-2011, 02:46 PM   #1
honeybadger
Member
 
Registered: Aug 2007
Location: India
Distribution: Slackware (mainly) and then a lot of others...
Posts: 855

Rep: Reputation: Disabled
Requesting slackbuilds to be included in downloads section...


I spent a _lot_ of time and effort on downloading slackbuilds from slackbuilds.org. All in all for one reason or the other I could not download the entire thing. I was using slackbuilds.txt to make sure that I downloaded all the packages but then I missed a couple of libraries and that had me irritated for a long time. There was a torrent download available but then it was sponsored and so I did not use it.
I do not know if I am asking too much but can _all_ the slackbuilds be bundled together in one big folder like 13.37 along with the sourcecode so that we can download the entire thing and then use it.
Thanks for reading this suggestion.
 
Click here to see the post LQ members have rated as the most helpful post in this thread.
Old 12-23-2011, 03:46 PM   #2
jeremy
root
 
Registered: Jun 2000
Distribution: Debian, Red Hat, Slackware, Fedora, Ubuntu
Posts: 13,602

Rep: Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084
I've moved this to the Slackware forum, as it's in no way related to LQ itself.

--jeremy
 
Old 12-23-2011, 03:50 PM   #3
R3V0LV3R
Member
 
Registered: Nov 2011
Posts: 78

Rep: Reputation: 11
This link should help you.

http://how-to.linuxcareer.com/gettin...nd-slackbuilds

Scroll past the Arch section to "3. SlackBuilds"
 
Old 12-23-2011, 03:55 PM   #4
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,299
Blog Entries: 61

Rep: Reputation: Disabled
Why not try sbopkg?
http://www.sbopkg.org/
 
Old 12-23-2011, 04:02 PM   #5
R3V0LV3R
Member
 
Registered: Nov 2011
Posts: 78

Rep: Reputation: 11
Quote:
Originally Posted by brianL View Post
Why not try sbopkg?
http://www.sbopkg.org/
I haven't tried sbo. What do you think about it as opposed to slackbuilds?
 
Old 12-23-2011, 04:17 PM   #6
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,109

Rep: Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178
http://slackbuilds.org/faq/#packages
 
Old 12-23-2011, 04:28 PM   #7
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,299
Blog Entries: 61

Rep: Reputation: Disabled
Quote:
Originally Posted by R3V0LV3R View Post
I haven't tried sbopkg. What do you think about it as opposed to slackbuilds?
It is for processing SlackBuilds (from slackbuilds.org), and you can get/write and use queuefiles that make processing builds with multiple dependencies easy.Check it out.
 
4 members found this post helpful.
Old 12-23-2011, 04:31 PM   #8
R3V0LV3R
Member
 
Registered: Nov 2011
Posts: 78

Rep: Reputation: 11
Quote:
Originally Posted by brianL View Post
It is for processing SlackBuilds (from slackbuilds.org), and you can get/write and use queuefiles that make processing builds with multiple dependencies easy.Check it out.
I'm playing around with it right now.... it's very nice.

It's good that I learned how to manage slackbuilds without it, but this is pretty damned handy. After you know what you're doing, the slackbuild process can become pretty tedious.
 
Old 12-23-2011, 07:49 PM   #9
mrclisdue
Senior Member
 
Registered: Dec 2005
Distribution: Slackware
Posts: 1,134

Rep: Reputation: 277Reputation: 277Reputation: 277
Whilst playing with sbopkg, you may want to look into the queuefiles (it's almost like having a p***c**g* manager) <ducks>

edit: had I taken the time to read ALL of bL's previous post, I would have avoided the redundancy....<would slink away, but is already a duck>

cheers,

Last edited by mrclisdue; 12-24-2011 at 03:47 AM.
 
Old 12-24-2011, 02:42 AM   #10
honeybadger
Member
 
Registered: Aug 2007
Location: India
Distribution: Slackware (mainly) and then a lot of others...
Posts: 855

Original Poster
Rep: Reputation: Disabled
thanks all I will try the sbo and se how i works out....
 
Old 12-24-2011, 12:35 PM   #11
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,237

Rep: Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322
You want to mirror SBo's entire archive?

It's easy.

Just look at the page for any SlackBuild there and scroll to the bottom. You get the ftp, git, cgit and rsync links for the whole repository. Use any of them.

If you want to download the source tarballs too, then the only solution I know of is sbopkg. I don't think that there is a script that crawls the directory tree and then wgets links in the .info files.

Last edited by dugan; 12-24-2011 at 12:38 PM.
 
Old 12-24-2011, 01:34 PM   #12
bobzilla
Member
 
Registered: Nov 2005
Location: Serbia
Distribution: Slackware
Posts: 231

Rep: Reputation: Disabled
You can use rsync too:
Code:
rsync -r rsync://slackbuilds.org/slackbuilds/13.37 /dir/where/to/save/scripts
ie:
Code:
rsync -r rsync://slackbuilds.org/slackbuilds/13.37 .
to save to cwd.

Or via git
Code:
git clone -b 13.37 git://slackbuilds.org/slackbuilds/
 
Old 12-24-2011, 01:46 PM   #13
bobzilla
Member
 
Registered: Nov 2005
Location: Serbia
Distribution: Slackware
Posts: 231

Rep: Reputation: Disabled
I didn't see Dugan's response above. Well, now you also have the practical example.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Problems in glibc section section 5.7.1 lfs 6.7 abhiklall Linux From Scratch 1 04-19-2011 02:42 AM
[SOLVED] Underscores in standard functions, an example section from cat.c is included. pr_deltoid Programming 1 09-04-2010 10:49 PM
Requesting to Start Seperate LTSP Section Linux Terminal Services Project teluguswan LQ Suggestions & Feedback 7 01-31-2007 11:11 PM
Use SlackBuilds.org or my own hosting to offer up SlackBuilds? hollywoodb Slackware 6 11-30-2006 08:56 PM
XP Downloads Fast ... Ubuntu Downloads Slow :( Dinerty Ubuntu 2 07-23-2006 02:31 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 05:31 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration