diff options
Diffstat (limited to 'recipe.d/XXXX-gnupg')
-rw-r--r-- | recipe.d/XXXX-gnupg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/recipe.d/XXXX-gnupg b/recipe.d/XXXX-gnupg new file mode 100644 index 0000000..ef22072 --- /dev/null +++ b/recipe.d/XXXX-gnupg @@ -0,0 +1,8 @@ + ####################################################### + # needs libgpg-error, libgcrypt, libassuan, libksba + ####################################################### + mcd $BUILDDIR/gnupg2 + $SRC/${1}-*/configure $TCONFIGARGS + make $J + make $J install + |