### this file is sourced not run
PKGVER=1.2.4.1
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=x11-ssh-askpass-1.2.4.1.tar.gz
MD5SUM=8f2e41f3f7eaa8543a2440454637f3c3 
#SRC_URL=http://www.jmknoble.net/software/x11-ssh-askpass/$TARBALL
SRC_URL=http://distro.ibiblio.org/fatdog/source/800/$TARBALL
BUNDLE=

SLACKREQ='libX11 libXt' # imakefile build-time only
SLACKDESC='x11-ssh-askpass: x11-ssh-askpass 1.2.4.1 (GUI for asking SSH password)  
x11-ssh-askpass:  
x11-ssh-askpass: x11-ssh-askpass is a lightweight passphrase dialog for 
x11-ssh-askpass: OpenSSH or other open variants of SSH. x11-ssh-askpass uses 
x11-ssh-askpass: only the stock X11 libraries (libX11, libXt) for its user 
x11-ssh-askpass: interface.  
x11-ssh-askpass: 
x11-ssh-askpass: 
x11-ssh-askpass: 
x11-ssh-askpass: 
x11-ssh-askpass: 
'

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/x11-ssh-askpass*
	./configure $CONFFLAGS --libexecdir=/usr/bin --with-app-defaults-dir=/etc/X11/app-defaults &&
	xmkmf && make includes && make && make install install.man &&
	ln -sf ../bin/ssh-askpass /usr/libexec/ssh-askpass &&
	pkg_build_slackdesc
}


