Subject: Re: how to create .tgz package
To: Jeremy C. Reed <reed@reedmedia.net>
From: Wojciech Puchar <wojtek@chylonia.3miasto.net>
List: netbsd-users
Date: 12/27/2001 18:01:39
> > from binary files which i have listed in file
>
> man tar
>
>
>
> Have a look at the --files-from (T) option.
>
>  tar cvzTf list-here  new-tar-ball-here.tar.gz
>
> Or try:
>
>  tar cvzf new-tar-ball-here.tar.gz `cat list-here` # if no spaces in filenames

this i know.

but how to generate .tgz file which will work like pkg_add <filename>