1 # This is an example PKGBUILD file. Use this as a start to creating your own,
2 # and remove these comments. For more information, see 'man PKGBUILD'.
3 # NOTE: Please fill out the license field for your package! If it is unknown,
4 # then please put 'unknown'.
6 # Maintainer: Your Name <youremail@domain.com>
10 pkgdesc="provides a suite of cross-platform utility classes to add functionality not readily available in the Qt toolkit (development version)"
11 arch=('i686' , 'x86_64')
12 url="http://www.libqxt.org/"
15 depends=('qt' 'openssl' 'db')
25 source=(http://dev.libqxt.org/libqxt/get/tip.tar.gz)
27 md5sums=('d47056d63f4e7fe90e874ba8aa57e629') #generate with 'makepkg -g'
36 ./configure -prefix /usr
47 make INSTALL_ROOT="$pkgdir/" install
50 # vim:set ts=2 sw=2 et: