summaryrefslogtreecommitdiffstats
path: root/finddeps
AgeCommit message (Collapse)AuthorFilesLines
2011-10-07Support non-standard install locationsLukas Fleischer1-46/+0
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 Schmitz1-2/+2
2011-03-26support optdependsRay Rashif1-0/+7
Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2011-03-14Fix spellingJan Steffens1-2/+2
2010-06-24removed mode lines; was not a good idea after allPierre Schmitz1-3/+0
2010-02-13apply common coding stylePierre Schmitz1-28/+29
2008-01-23Output full path to package in finddepsDamir Perisa1-2/+2
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2007-11-29Whitespace fixes/cleanup to all of the scriptsDan McGee1-27/+32
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-29Add finddeps script from cvs-archAaron Griffin1-0/+36
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>