diff options
-rw-r--r-- | repo/pinentry/pinentry.xibuild | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/repo/pinentry/pinentry.xibuild b/repo/pinentry/pinentry.xibuild index c8fa0a7..df135a0 100644 --- a/repo/pinentry/pinentry.xibuild +++ b/repo/pinentry/pinentry.xibuild @@ -3,20 +3,12 @@ NAME="pinentry" DESC="Collection of simple PIN or passphrase entry dialogs which utilize the Assuan protocol" -MAKEDEPS=" ncurses libcap libgpg-error libassuan gcr libsecret" +MAKEDEPS=" ncurses libcap libgpg-error libassuan " PKG_VER=1.2.0 SOURCE="https://gnupg.org/ftp/gcrypt/pinentry/pinentry-$PKG_VER.tar.bz2" -ADDITIONAL=" -pinentry-curses-ss.post-install -pinentry.post-install -pinentry.post-upgrade -" - prepare() { - default_prepare - cp -ar "$BUILD_ROOT" "$BUILD_ROOT-libsecret" } |