On Thu, 2008-04-03 at 17:15 +0530, S h i v wrote: > > And, how did you compile pkgtool 1.3.x? I get "make" errors. > > > Question is unclear to me. pkgtool is perl based and doesn't need to > be compiled.
That's no longer true for pkgbuild 1.3.0. It includes a single C source file that is used to build a helper program that extracts info from the contents file. perl was too inefficient for that. I posted the solution yesterday: apparently, if you build it with gcc, you need to add -std=c99 to CFLAGS before running configure. I've already fixed the code in my copy so you won't need this in the next version. > I just use the pkgtool from JDS-CBE. That doesn't include some nice new features (: See pkgbuild.sf.net/download.php for details. Laca
