From 69dd99f961988fa15da8d7f0d63b62f3385419c3 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Fri, 22 Mar 2013 16:47:17 -0700 Subject: Initial commit of a Slackware cross-arch bootstrap framework. --- recipe.d/XXXX-audit | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 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 100644 index 0000000..3e36478 --- /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 $NUMJOBS + make $NUMJOBS install + -- cgit v1.2.3-65-gdbad