On Sun, 2002-04-14 at 11:40, guitarlynn wrote:
> On Sunday 14 April 2002 11:53, Mike Noyes wrote:
> > Jeff,
> > I modified your script, and added Lynn's awk line. I hope I didn't
> > muck it up to bad.
>
> Looks OK to me if the output is correct.
Lynn,
It appears to be. All of the packages I've
On Sunday 14 April 2002 11:53, Mike Noyes wrote:
> Jeff & Lynn,
> Thanks for the help. :-)
>
> Jeff,
> I modified your script, and added Lynn's awk line. I hope I didn't
> muck it up to bad.
Looks OK to me if the output is correct.
> Everyone,
> Is there a reason that our packages don't contain
Everyone,
I sent the prior message prematurely.
On Sun, 2002-04-14 at 11:20, Mike Noyes wrote:
> I propose the following changes: use program name instead of package
> name, use ISO 8601 date format, use version format from pkg.version, add
> glibc version, remove "Keywords", "Release", and "Grou
Everyone,
David outlines a package description file in his "Developing for LRP"
guide. The format follows.
/var/lib/lrpkg/pkg.desc
Name: upx
Version: 1.20
Release: 1
Packager: David Douthitt <[EMAIL PROTECTED]>
Packaged: Wed Jul 18 09:40:25 CDT 2001
Keywords: compressor compress
Description: Use
On Sat, 2002-04-13 at 12:36, Jeff Newmiller wrote:
> perhaps
>
> #!/bin/sh
> TMPDIR=/tmp/lrpdd
> ORIGDIR=`pwd`
>
> if [ "" == "$1" ]; then
> echo "usage : lrpldd lrpfilename"
> elif [ -r "$1" ]; then
> mkdir $TMPDIR
> cd $TMPDIR
> tar xzf $1
> find . -type f -exec ldd \{