pinentry: build pinentry-emacs.
This commit is contained in:
parent
700cf5b6e2
commit
f10762f8b2
2 changed files with 12 additions and 2 deletions
1
srcpkgs/pinentry-emacs
Symbolic link
1
srcpkgs/pinentry-emacs
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
pinentry
|
|
@ -1,10 +1,11 @@
|
||||||
# Template file for 'pinentry'
|
# Template file for 'pinentry'
|
||||||
pkgname=pinentry
|
pkgname=pinentry
|
||||||
version=0.9.7
|
version=0.9.7
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-rpath --without-libcap --disable-pinentry-gtk
|
configure_args="--disable-rpath --without-libcap --disable-pinentry-gtk
|
||||||
--enable-pinentry-curses --enable-fallback-curses --enable-pinentry-gtk2"
|
--enable-pinentry-curses --enable-fallback-curses --enable-pinentry-gtk2
|
||||||
|
--enable-pinentry-emacs"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="ncurses-devel gtk+-devel libassuan-devel libgpg-error-devel"
|
makedepends="ncurses-devel gtk+-devel libassuan-devel libgpg-error-devel"
|
||||||
short_desc="PIN or passphrase entry dialogs for GnuPG"
|
short_desc="PIN or passphrase entry dialogs for GnuPG"
|
||||||
|
@ -29,3 +30,11 @@ pinentry-gtk_package() {
|
||||||
vmove usr/bin/pinentry-gtk-2
|
vmove usr/bin/pinentry-gtk-2
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pinentry-emacs_package() {
|
||||||
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
short_desc+=" - Emacs interface"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/bin/pinentry-emacs
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue