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')
11 conflicts=('libbrisa')
13 _svntrunk=https://vcs.maemo.org/svn/brisa/qt/trunk/qt-brisa/
20 msg "Connecting to SVN server...."
21 if [ -d ${_svnmod}/.svn ]; then
22 (cd ${_svnmod} && svn up -r $pkgver)
24 svn co ${_svntrunk} --config-dir ./ -r $pkgver ${_svnmod}
26 msg "SVN checkout done or server timeout"
28 msg "Starting make..."
29 svn export ${_svnmod} ${_svnmod}-build
31 ./configure -prefix /usr
33 make INSTALL_ROOT=$startdir/pkg install || return 1
35 rm -rf ${srcdir}/${_svnmod}-build