From 857fac08cb249564bfcdb79b43b28d1be0433e2d Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Tue, 5 Jul 2011 13:25:20 -0400 Subject: Sync recipe stuff from rootfs tree --- recipe.d/XXXX-audit | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 recipe.d/XXXX-audit (limited to 'recipe.d/XXXX-audit') 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 + -- cgit