Age | Commit message (Collapse) | Author | Files | Lines |
|
Scripts were all reorganized and genpkg is made to be run with all scripts
installed under the users home directory. Makefile now is used to install
the scripts under the home directory.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|