summaryrefslogtreecommitdiff
path: root/finddeps
AgeCommit message (Collapse)Author
2011-10-07Support non-standard install locationsLukas Fleischer
This build system overhaul allows for adding (define-style) macros to our scripts. All source files are now suffixed with ".in" to clarify that they might contain unprocessed defines. The Makefile provides a new rule to preprocess source files and generate proper output scripts. Also, add a "@pkgdatadir@" define (as used in GNU Autotools) and use it instead of hardcoded paths to "/usr/share/devtools" everywhere. We missed this when adding PREFIX support to the build system in commit 35fc83ce7d8dc26cd424321f2e8638d05da0a6d4. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
2011-03-26Merge branch 'master', remote-tracking branch 'heftig/master'Pierre Schmitz
2011-03-26support optdependsRay Rashif
Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2011-03-14Fix spellingJan Steffens
2010-06-24removed mode lines; was not a good idea after allPierre Schmitz
2010-02-13apply common coding stylePierre Schmitz
2008-01-23Output full path to package in finddepsDamir Perisa
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2007-11-28Whitespace fixes/cleanup to all of the scriptsDan McGee
Add the same vim modeline to all the files, as well as cleanup the newly added scripts a bit. If you look at this diff with the -w option, you'll see it really isn't all that significant. Signed-off-by: Dan McGee <dan@archlinux.org>
2007-11-28Add finddeps script from cvs-archAaron Griffin
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>