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

# source: james
TARBALL=fpm2-0.79.tar.bz2
MD5SUM=a1f28d5e3fffc78bf5c70a99287ce443 
SRC_URL=http://als.regnet.cz/fpm2/download/$TARBALL
BUNDLE=

SLACKREQ=gtk2
SLACKDESC='fpm2: fpm2 0.79 (Password Manager)  
fpm2:  
fpm2: Figaro Password Manager is an application that allows you to securely 
fpm2: store your passwords. Features: AES-256 encryption, PBKDF2 key 
fpm2: generation, two-factor authentication (with key file), and many others. 
fpm2: This is the GTK2 port of the original FPM.  
fpm2: 
fpm2: 
fpm2: 
fpm2: 
fpm2: http://als.regnet.cz/fpm2/about 
'

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	pkg_build_autoconf &&
	pkg_build_slackdesc
}


