[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
wiki:user:mariostg [2012/09/23 18:16 (UTC)] mariostgwiki:user:mariostg [2012/10/01 01:26 (UTC)] mariostg
Line 1: Line 1:
 ====== Favorites ====== ====== Favorites ======
-[[slackware:beginners_guide|Configure your new Slackware System]] +  -[[slackware:beginners_guide|Configure your new Slackware System]] 
-[[slackware:slackpkg|slackpkg]]+  -[[slackware:slackpkg|slackpkg]] 
 +  -[[http://slackwiki.com/Writing_A_SlackBuild_Script|Writing a Slackbuild Script]] 
 +  -[[http://docs.slackware.com/howtos:slackware_admin:systemupgrade|System upgrade]] 
 +  -[[http://docs.slackware.com/slackware:current|Slackware - Current]] 
 + 
 +======Slackbuilds And SBo ====== 
 +==Using slackbuilds.org git master branch with sbopkg== 
 +From http://www.linuxquestions.org/questions/slackware-14/slackware64-14-problems-with-compiling-packages-from-slackbuilds-org-4175429712/ 
 + 
 +create a file /etc/sbopkg/repos.d/80-slackbuilds-master.repo with this content (one line) 
 + 
 +slackbuilds master "Official git master from slackbuilds.org" custom git git://slackbuilds.org/slackbuilds.git@master "" 
 + 
 +then, to have it selected as the default repository, edit the lines of /etc/sbopkg/sbopkg.conf with the variables REPO_BRANCH and REPO_NAME 
 + 
 +REPO_BRANCH=${REPO_BRANCH:-master} 
 +REPO_NAME=${REPO_NAME:-slackbuilds} 
 + 
 +and do a sbopkg -r (to sync). 
 + 
 +For temporary usage 
 + 
 +sbopkg -V slackbuilds/master -r 
 + 
 +sbopkg -V slackbuilds/master -i my_package_or_queue
  
 wiki:user:mariostg ()