summaryrefslogtreecommitdiffstats
path: root/recipe.d/XXXX-audit
diff options
context:
space:
mode:
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
+