void-packages/srcpkgs/pinentry/template

32 lines
954 B
Bash
Raw Normal View History

2014-10-20 14:32:44 +02:00
# Template file for 'pinentry'
pkgname=pinentry
2015-06-06 12:38:31 +02:00
version=0.9.4
2014-10-20 14:32:44 +02:00
revision=1
build_style=gnu-configure
configure_args="--disable-rpath --without-libcap --disable-pinentry-gtk
--enable-pinentry-curses --enable-fallback-curses --enable-pinentry-gtk2"
hostmakedepends="pkg-config"
makedepends="ncurses-devel gtk+-devel"
short_desc="PIN or passphrase entry dialogs for GnuPG"
maintainer="Eivind Uggedal <eivind@uggedal.com>"
license="GPL-2"
homepage="https://www.gnupg.org/related_software/pinentry/index.html"
distfiles="ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${version}.tar.bz2"
2015-06-06 12:38:31 +02:00
checksum=4b8835bb738d464542b62020ff6b8f649a621540edb61c4cbfe0c894538ee2e0
2015-06-04 09:44:07 +02:00
pre_build() {
sed -e 's,ncursesw/curses.h,curses.h,' -i pinentry/pinentry-curses.c
}
2014-10-20 14:32:44 +02:00
post_install() {
rm ${DESTDIR}/usr/bin/pinentry
}
pinentry-gtk_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" based on GTK+"
pkg_install() {
vmove usr/bin/pinentry-gtk-2
}
}