# Description:	Password manager application
# URL:		http://www.keepassx.org/
# Maintainer:	Alan Mizrahi, alan at mizrahi dot com dot ve
# Depends on:	qt4 xorg-libxtst

name=keepassx
version=0.4.4
release=1
source=(https://www.keepassx.org/releases/$version/keepassx-$version.tar.gz unistd.patch)

build() {
	cd $name-$version
	patch -p1 -i $SRC/unistd.patch

    	qmake
	make
	make INSTALL_ROOT=$PKG install
}
