Hello,
I'm trying to use "pkg_create" under OpenBSD to distribute a precompiled
binary along with linked libraries.
I have a python script which I inherited, that creates a "+CONTENTS"
file containing the list of files + sha.
The problem is that "pkg_create" doesn't accept additional flags. I
tried -D COMMENT="test", -M "/path/to/file", etc.
The result is pretty ugly:
------
bash-4.3$ pkg_create -f +CONTENTS -desc -D COMMENT="some comment" -D
MAINTAINER="moi"
-bash-4.3$ pkg_info myapp-3.99.tgz
Information for file:./myapp-3.99.tgz
Comment:
Description:
-----
Another issue that I came across was adding "@rcscript ${RCDIR}/myapp"
in the "+CONTENTS" file, resulted in "wrong checksum" error. That's not
a priority, the init file could be place manually.
What I'd like to know is how I can add comments and description to be
displayed with "pkg_info"?
Thanks for your time.
--
Panagiotis (atmosx) Atmatzidis
email: [email protected]
URL: http://www.convalesco.org
GnuPG ID: 0x1A7BFEC5
gpg --keyserver pgp.mit.edu --recv-keys 1A7BFEC5
"Everyone thinks of changing the world, but no one thinks of changing
himself.” - Leo Tolstoy