2016-01-07 00:32:05 +00:00
|
|
|
# pkgmk
|
|
|
|
|
2016-01-21 12:44:43 +00:00
|
|
|
> Make a binary package for use with pkgadd on CRUX.
|
2016-01-07 00:32:05 +00:00
|
|
|
|
2016-01-21 12:44:43 +00:00
|
|
|
- Make and download a package:
|
2016-01-07 00:32:05 +00:00
|
|
|
|
|
|
|
`pkgmk -d`
|
|
|
|
|
2016-01-21 12:44:43 +00:00
|
|
|
- Install the package after making it:
|
2016-01-07 00:32:05 +00:00
|
|
|
|
|
|
|
`pkgmk -d -i`
|
|
|
|
|
2016-01-21 12:44:43 +00:00
|
|
|
- Upgrade the package after making it:
|
2016-01-07 00:32:05 +00:00
|
|
|
|
|
|
|
`pkgmk -d -u`
|
|
|
|
|
2016-01-21 12:44:43 +00:00
|
|
|
- Ignore the footprint when making a package:
|
2016-01-07 00:32:05 +00:00
|
|
|
|
|
|
|
`pkgmk -d -if`
|
|
|
|
|
2016-01-21 12:44:43 +00:00
|
|
|
- Ignore the MD5 sum when making a package:
|
2016-01-07 00:32:05 +00:00
|
|
|
|
|
|
|
`pkgmk -d -im`
|
|
|
|
|
2016-01-21 12:44:43 +00:00
|
|
|
- Update the package's footprint:
|
2016-01-07 00:32:05 +00:00
|
|
|
|
|
|
|
`pkgmk -uf`
|