1 # Contributor: Tim Besard <tim.besard@gmail.com>
5 pkgdesc="BRisa is a project focused on the development of UPnP technologies. It provides an API to building UPnP devices, services and control points."
6 arch=('i686' , 'x86_64')
7 url="http://brisa.garage.maemo.org/"
9 depends=('qt' 'libqxt')
10 source=(https://garage.maemo.org/frs/download.php/8365/$pkgname_$pkgver.tar.gz)
14 cd $startdir/src/qt-brisa
15 ./configure -prefix /usr
17 make INSTALL_ROOT=$startdir/pkg install || return 1
19 md5sums=('b788ac2c519061567f42432f1e6b7c8d')