pinentry: Add package
This commit is contained in:
parent
01c4a6f51b
commit
64ffad6a2b
5
packages/pinentry/build.sh
Normal file
5
packages/pinentry/build.sh
Normal file
@ -0,0 +1,5 @@
|
||||
TERMUX_PKG_HOMEPAGE=https://www.gnupg.org/related_software/pinentry/index.html
|
||||
TERMUX_PKG_DESCRIPTION="Dialog allowing secure password entry"
|
||||
TERMUX_PKG_VERSION=0.9.7
|
||||
TERMUX_PKG_SRCURL=https://www.gnupg.org/ftp/gcrypt/pinentry/pinentry-${TERMUX_PKG_VERSION}.tar.bz2
|
||||
TERMUX_PKG_DEPENDS="libandroid-support, libassuan, ncurses"
|
14
packages/pinentry/pinentry-pinentry.c.patch
Normal file
14
packages/pinentry/pinentry-pinentry.c.patch
Normal file
@ -0,0 +1,14 @@
|
||||
diff -u -r ../pinentry-0.9.7/pinentry/pinentry.c ./pinentry/pinentry.c
|
||||
--- ../pinentry-0.9.7/pinentry/pinentry.c 2015-09-16 14:47:52.000000000 -0400
|
||||
+++ ./pinentry/pinentry.c 2016-01-20 16:28:14.364196578 -0500
|
||||
@@ -213,8 +213,10 @@
|
||||
{
|
||||
if (! lc_ctype_unknown_warning)
|
||||
{
|
||||
+#ifndef __ANDROID__
|
||||
fprintf (stderr, "%s: no LC_CTYPE known - assuming UTF-8\n",
|
||||
this_pgmname);
|
||||
+#endif
|
||||
lc_ctype_unknown_warning = 1;
|
||||
}
|
||||
return strdup (text);
|
Loading…
x
Reference in New Issue
Block a user