Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
Adds makepkgbuild script. The call to pbfields is moved
from perl-pkg to makepkgbuild. pbfields prints the
PKGBUILD header now, too. makepkgbuild is called from
the Makefile with the proper env var set.
Pretty close to 100% working again.
|
|
The process of reading "tweak" files is now much simpler.
The Makefile merely looks to see if a package we are building has an entry
in our "tweaks" directory. If so, it tweaks the PKGMETA file. Sort of like
a patch only much simpler.
|
|
bin/macros were moved to bin/metas. perl-cpan renamed to simply perl.
Supporting scripts for perl-cpan moved to bin/metas/perl.d. No longer
use the webpage to look up dists, we maintaing our own simple list
of CPAN distributions. Unlike before, scripts in metas/ generate the
data file and not the file parsed by pbjparse.awk.
|