# Contributor: Roberto Alsina pkgname=libqxt pkgver=0.6.0 pkgrel=1 pkgdesc="provides a suite of cross-platform utility classes to add functionality not readily available in the Qt toolkit" arch=('i686' , 'x86_64') url="http://www.libqxt.org" license=('CPL') depends=('qt' 'openssl' 'db') makedepends=('qt') source=(http://bitbucket.org/libqxt/libqxt/get/v$pkgver.tar.gz) noextract=() build() { cd $startdir/src/$pkgname ./configure -prefix /usr make || return 1 make INSTALL_ROOT=$startdir/pkg install || return 1 } md5sums=('f604a8e89001326869b9ca4e032401c5')