Cleaned up build options in several gtk pkg build files Updated gtk buildlist Added code to disable docs compilation in gtk/babl Removed code to disable overlinking in gtk/gspell and gtk/gtk2 Fixed arch variable gtk/gst-plugins-base
32 lines
806 B
Text
Executable file
32 lines
806 B
Text
Executable file
app=pinentry
|
|
version=1.1.0
|
|
build=1sml
|
|
homepage="https://gnupg.org/related_software/pinentry/"
|
|
download="https://gnupg.org/ftp/gcrypt/pinentry/pinentry-$version.tar.bz2"
|
|
desc="Collection of simple PIN or passphrase entry dialogs which utilize the Assuan protocol"
|
|
requires="netbsd-curses libassuan libcap libsecret gtk2 fltk p11-kit"
|
|
|
|
build() {
|
|
mkandenterbuilddir
|
|
rm -rf $app-$version
|
|
|
|
tar xf $srcdir/$app-$version.tar.?z*
|
|
cd $app-$version
|
|
fixbuilddirpermissions
|
|
|
|
./configure \
|
|
--prefix="" \
|
|
--enable-pinentry-tty \
|
|
--disable-pinentry-qt5
|
|
|
|
make
|
|
make install DESTDIR=$pkg
|
|
|
|
cp COPYING $pkgdocs/
|
|
|
|
mkfinalpkg
|
|
}
|
|
|
|
sha512sums="
|
|
a9de40224698761a064c3215e3112841f828eda67882298db13a437f80a93b765eeb52f95d7c1931a16a79f0148ac3c82a74a728eb09a2b14b7e533eaffccb98 pinentry-1.1.0.tar.lz
|
|
"
|