BINPKG_INFO: sync with reality.

--HG--
extra : convert_revision : 2cdbac32858408695a6bb40539fc5a01a6ca4f17
This commit is contained in:
Juan RP 2009-04-03 17:02:38 +02:00
parent 0a1c94ad11
commit b75a66a26a

View file

@ -11,7 +11,7 @@ with bzip2 and has the following structure:
/etc ------|
...
/var/db/xbps/metadata/$pkgname
/var/db/xbps/metadata/$pkgname/flist
/var/db/xbps/metadata/$pkgname/files.plist
/var/db/xbps/metadata/$pkgname/props.plist
/var/db/xbps/metadata/$pkgname/INSTALL
/var/db/xbps/metadata/$pkgname/REMOVE
@ -19,9 +19,10 @@ with bzip2 and has the following structure:
Metadata info is stored in the "/var/db/xbps/metadata/$pkgname"
directory and two files will be always be present: flist and props.plist.
The flist file contains the list of files that the package will
install. The props.plist file is a proplib(3) property list and
has the following structure:
The files.plist file contains the list of files/links/dirs that package
will install, as well as SHA256 hashes for files.
The props.plist file contains package metadata properties and has the
following structure:
<dict>
<key>pkgname</key>