diff options
Diffstat (limited to 'recipe.d/0014-gdbm')
-rw-r--r-- | recipe.d/0014-gdbm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/recipe.d/0014-gdbm b/recipe.d/0014-gdbm new file mode 100644 index 0000000..3ebe358 --- /dev/null +++ b/recipe.d/0014-gdbm @@ -0,0 +1,6 @@ + mcd $BUILDDIR/gdbm + echo "Current in: $PWD" + $SRC/${1}-*/configure $TCONFIGARGS + make $J + make $J install + |