summaryrefslogtreecommitdiffstats
path: root/recipe.d/XXXX-audit
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2011-07-05 13:25:20 -0400
committerDJ Delorie <dj@delorie.com>2011-07-05 13:25:20 -0400
commit857fac08cb249564bfcdb79b43b28d1be0433e2d (patch)
tree9ed67fb4ab841c589a5196fa1a277d7be246f6b7 /recipe.d/XXXX-audit
parent2d1dd4c1de34258a29caa448e9c5cceb90a793b4 (diff)
downloadbootstrap.git.DONOTUSE-857fac08cb249564bfcdb79b43b28d1be0433e2d.tar.gz
bootstrap.git.DONOTUSE-857fac08cb249564bfcdb79b43b28d1be0433e2d.tar.xz
bootstrap.git.DONOTUSE-857fac08cb249564bfcdb79b43b28d1be0433e2d.zip
Sync recipe stuff from rootfs tree
Diffstat (limited to 'recipe.d/XXXX-audit')
-rwxr-xr-xrecipe.d/XXXX-audit9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipe.d/XXXX-audit b/recipe.d/XXXX-audit
new file mode 100755
index 0000000..6aa2091
--- /dev/null
+++ b/recipe.d/XXXX-audit
@@ -0,0 +1,9 @@
+ #######################################################
+ # needs: libprelude, libcap, openldap, python,
+ # tcp_wrappers, swig
+ #######################################################
+ mcd $BUILDDIR/audit
+ $SRC/audit-*/configure $TCONFIGARGS
+ make $J
+ make $J install
+