View difference between Paste ID: jRPYQsVL and qYws1y8f
SHOW: | | - or go back to the newest paste.
1
- install sbopkg (http://www.sbopkg.org)
2
3-
create a file /etc/sbopkg/repos.d/90-slackbuilds-14.0.repo with this content (one line)
3+
create a file /etc/sbopkg/repos.d/70-slackbuilds.repo with this content (one line)
4
5-
slackbuilds 14.0 "Official 14.0 git branch from slackbuilds.org" custom git git://slackbuilds.org/slackbuilds.git@14.0 ""
5+
slackbuilds master "Official master git branch from SlackBuilds.org" custom git git://slackbuilds.org/slackbuilds.git@master ""
6
7
- to have it selected as the default repository, edit the lines of /etc/sbopkg/sbopkg.conf with the variables REPO_BRANCH and REPO_NAME
8
9-
REPO_BRANCH=${REPO_BRANCH:-14.0}
9+
REPO_BRANCH=${REPO_BRANCH:-master}
10
REPO_NAME=${REPO_NAME:-slackbuilds}
11
12
and do a sbopkg -r (to sync).
13
14
- for temporary usage (after having created the file above in /etc/sbopkg/repos.d/)
15
16-
sbopkg -V slackbuilds/14.0 -r
16+
sbopkg -V slackbuilds/master -r
17
18-
sbopkg -V slackbuilds/14.0 -i my_package_or_queue
18+
sbopkg -V slackbuilds/master -i my_package_or_queue
19
20
would do.