mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-06 08:46:21 +01:00
update
This commit is contained in:
parent
cb194c08e5
commit
b80ae2a295
3 changed files with 14 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
Version 2.2.1
|
Version 2.2.1
|
||||||
2-2-2015
|
4-2-2015
|
||||||
|
|
||||||
[Feature] - Added support multipackages.
|
[Feature] - Added support multipackages.
|
||||||
- Added passing variables to the script.
|
- Added passing variables to the script.
|
||||||
|
|
|
@ -455,6 +455,14 @@ Build packages and passing variables to the script:
|
||||||
|
|
||||||
$ slpkg -s sbo ffmpeg
|
$ slpkg -s sbo ffmpeg
|
||||||
|
|
||||||
|
or
|
||||||
|
|
||||||
|
$ slpkg -n ffmpeg
|
||||||
|
|
||||||
|
or
|
||||||
|
|
||||||
|
$ slpkg -a ffmpeg.tar.gz ffmpeg-2.1.5.tar.bz2
|
||||||
|
|
||||||
|
|
||||||
Tracking all dependencies of packages,
|
Tracking all dependencies of packages,
|
||||||
and also displays installed packages:
|
and also displays installed packages:
|
||||||
|
|
|
@ -26,7 +26,7 @@ Usage: slpkg Commands:
|
||||||
[-q --list, [...] --add, --remove]
|
[-q --list, [...] --add, --remove]
|
||||||
[-q --build, --install, --build-install]
|
[-q --build, --install, --build-install]
|
||||||
[-g --config, --config=[editor]]
|
[-g --config, --config=[editor]]
|
||||||
[-l [repository], --index]
|
[-l [repository], --index, --installed]
|
||||||
[-c [repository] --upgrade]
|
[-c [repository] --upgrade]
|
||||||
[-s [repository] [package...]
|
[-s [repository] [package...]
|
||||||
[-t [repository] [package]
|
[-t [repository] [package]
|
||||||
|
@ -58,7 +58,7 @@ Optional arguments:
|
||||||
-q, --list, [package...] --add, --remove add, remove SBo packages in queue
|
-q, --list, [package...] --add, --remove add, remove SBo packages in queue
|
||||||
-q, --build, --install, --build-install build, install packages from queue
|
-q, --build, --install, --build-install build, install packages from queue
|
||||||
-g, --config, --config=<editor> configuration file management
|
-g, --config, --config=<editor> configuration file management
|
||||||
-l, [repository], --index list of repositories packages
|
-l, [repository], --index, --installed list of repositories packages
|
||||||
-c, [repository] --upgrade check for updated packages
|
-c, [repository] --upgrade check for updated packages
|
||||||
-s, [repository] [package...] download, build & install packages
|
-s, [repository] [package...] download, build & install packages
|
||||||
-t, [repository] [package] package tracking dependencies
|
-t, [repository] [package] package tracking dependencies
|
||||||
|
@ -145,6 +145,8 @@ You can check for new versions and update slpkg itself.
|
||||||
\fBslpkg\fP \fB-a\fP <\fIscript\fP> <\fIsources\fP>
|
\fBslpkg\fP \fB-a\fP <\fIscript\fP> <\fIsources\fP>
|
||||||
.PP
|
.PP
|
||||||
With this argument, build slackware package from source quickly and easy.
|
With this argument, build slackware package from source quickly and easy.
|
||||||
|
If you want to pass variables to the script exported as:
|
||||||
|
# export SLPKG_FFMPEG_X264=yes SLPKG_FFMPEG_LAME=yes
|
||||||
|
|
||||||
.SS -b , add, remove, view packages in blacklist
|
.SS -b , add, remove, view packages in blacklist
|
||||||
\fBslpkg\fP \fB-b\fP \fB--list\fP, <\fIpackages\fP> \fB--add\fP, \fB--remove\fP
|
\fBslpkg\fP \fB-b\fP \fB--list\fP, <\fIpackages\fP> \fB--add\fP, \fB--remove\fP
|
||||||
|
@ -199,7 +201,7 @@ The sequence shown is that you must follow to correctly install package.
|
||||||
.PP
|
.PP
|
||||||
Print package description with color. Available colors: red, green, yellow, cyan, grey
|
Print package description with color. Available colors: red, green, yellow, cyan, grey
|
||||||
|
|
||||||
.SS -f find packages
|
.SS -f , find packages
|
||||||
\fBslpkg\fP \fB-f\fP <\fIname of packages\fP>
|
\fBslpkg\fP \fB-f\fP <\fIname of packages\fP>
|
||||||
.PP
|
.PP
|
||||||
Find installed packages with view total file size.
|
Find installed packages with view total file size.
|
||||||
|
|
Loading…
Add table
Reference in a new issue