summaryrefslogtreecommitdiffstats
path: root/scripts/makepkg.sh.in
AgeCommit message (Expand)AuthorFilesLines
2012-06-26repo-add: add checkdepends informationAllan McRae1-9/+10
2012-06-26makepkg: install deps with --repackageAllan McRae1-3/+3
2012-06-26Allow wildcards in PURGE_TARGETS to match any type of file except for directo...Jeremy Huntwork1-1/+1
2012-06-26makepkg: allow url to be overridden in split packagesAllan McRae1-1/+1
2012-06-26Portability fixes for makepkgJeremy Huntwork1-29/+22
2012-05-21makepkg: rework libdependsAllan McRae1-39/+61
2012-05-21makepkg: write makedepends into .PKGINFOAllan McRae1-0/+2
2012-05-21makepkg: Add CPPFLAGS supportAllan McRae1-2/+2
2012-05-21makepkg: use mapfile where plausibleDave Reisner1-6/+5
2012-05-01makepkg: fix package arch detectionAllan McRae1-0/+1
2012-04-30makepkg: remove subshelling from check_option and friendsDave Reisner1-58/+79
2012-04-30makepkg: null terminate filenames to stripDave Reisner1-1/+1
2012-04-24makepkg: Be more consistent with missing program messageAllan McRae1-1/+1
2012-04-24makepkg: treat list of packages to be installed as an arrayAllan McRae1-2/+2
2012-04-24makepkg: deal with overriden package arch properlyAllan McRae1-18/+33
2012-04-24Merge branch 'maint'Dan McGee1-0/+5
2012-04-24scripts: avoid dumping usage on parser failDave Reisner1-1/+1
2012-04-24makepkg: allow specifying --pkg multiple timesDave Reisner1-1/+1
2012-04-24makepkg: adopt parseopts for option parsingDave Reisner1-13/+13
2012-04-21makepkg: restrict allowed characters in pkgnameDave Reisner1-0/+5
2012-04-09makepkg: save and restore shopts when sourcing /etc/profileAllan McRae1-0/+4
2012-04-09makepkg: complain when the buildfile isn't writeableDave Reisner1-7/+7
2012-04-09makepkg: catch errors sourcing filesDave Reisner1-9/+14
2012-04-09makepkg: restrict usage of errexit to user functionsDave Reisner1-23/+23
2012-04-09makepkg: treat lib{provides,depends} returns as proper arraysDave Reisner1-6/+6
2012-04-09makepkg: use proper array addition in libdepsDave Reisner1-7/+7
2012-04-09makepkg: add missing newline from libprovides outputDave Reisner1-1/+1
2012-04-07makepkg: safely change directoriesAllan McRae1-13/+21
2012-04-07makepkg: use printf rather than echo to output variableAllan McRae1-31/+31
2012-04-07makepkg: the rhs in string comparisons should be quotedAllan McRae1-12/+12
2012-04-07makepkg: devel_check(): cleanup for hg versionMatthew Monaco1-5/+7
2012-04-07makepkg: devel_check(): set newpkgver (cleanup)Matthew Monaco1-27/+34
2012-04-07makepkg: devel_check(): consolidate common codeMatthew Monaco1-30/+7
2012-04-07makepkg: devel_check(): determine vcsMatthew Monaco1-0/+16
2012-04-07makepkg: remove unused variableMatthew Monaco1-1/+0
2012-04-07Merge branch 'maint'Dan McGee1-3/+9
2012-04-07Revert "makepkg: calculate exact total file size"Dan McGee1-1/+2
2012-04-07Revert "parseopts: normalize options into an array"Dave Reisner1-3/+3
2012-03-28makepkg: avoid reporting bogus install size on btrfsDave Reisner1-0/+6
2012-03-16Merge branch 'maint'Dan McGee1-1/+1
2012-03-16makepkg: quote removed filename as it can have spacesAllan McRae1-1/+1
2012-03-16makepkg: abort when failing to create BUILDDIRAllan McRae1-2/+5
2012-03-16makepkg: prevent issues with files starting with a hyphenAllan McRae1-3/+3
2012-03-16makepkg: append pkgbase to BUILDDIR if specifiedAllan McRae1-2/+8
2012-03-09Merge branch 'maint'Dan McGee1-6/+12
2012-03-09makepkg: exit via default signal handler in trap_exitDave Reisner1-4/+9
2012-03-09makepkg: use array instead of stringDave Reisner1-3/+3
2012-03-09makepkg: avoid use of eval in run_pacmanDave Reisner1-5/+5
2012-03-09makepkg: enforce decimal format for pkgrelDave Reisner1-2/+2
2012-03-09makepkg: allow specifying compression optionsChristian Hesse1-4/+4