summaryrefslogtreecommitdiffstats
path: root/README
blob: af234b8112d93009653aa8f2a61dabb22af246a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
opkg-opk
--------

opkg-opk provides information about and builds packages for opkg(-lede).
It is similar to Debian's dpkg-deb.

opkg-opk provides two key benefits over building and reading packages
with the conventional tar utility:

 1. It can list files in packages on other system distributions.
    Whereas tar expects user and group IDs and names to match between
    the system that created an archive and the system that reads it,
    opkg-opk does no such verification.
 2. It can build packages with changed ownership and device nodes
    without privileges normally needed with chown and mknod.  As a
    caveat, because opkg-opk is designed to not require privileges, it
    can't extract data; use opkg(-lede) or tar for this instead.

Copyright
---------

Copyright (C) 2023  Patrick McDermott

Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.  This file is offered as-is,
without any warranty.