summaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2011-10-07Tweaks Makefile. Relocate package target. Use $(PKGVAR). Fix .PHONY.Justin Davis1-5/+4
2011-09-22Tabify indent in Makefile.Justin Davis1-2/+2
2011-09-22Added missing period in tweak message.Justin Davis1-1/+1
2011-09-22Fix Makefile to run in GNU make.Justin Davis1-4/+6
2011-09-22Do not download CPAN dists if it already exists in the CWD.Justin Davis1-5/+2
2011-09-22Add PKGBUILD function editing to makepkgbuild.Justin Davis1-1/+1
2011-09-21Refinish PKGBUILD generation.Justin Davis1-1/+7
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.
2011-09-21Add PKGMETA tweaking to Makefile. Update newly named tweakmeta script.Justin Davis1-4/+12
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.
2011-09-20Begin restructuring. Creates Makefile, etc.Justin Davis1-0/+29
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.