1 # Contributor: Valmantas Palikša <walmis@balticum-tv.lt>
6 pkgdesc="Mobile broadband configuration assistant library"
8 url="http://live.gnome.org/NetworkManager/MobileBroadband"
10 depends=('glib2>=2.16' 'libxml2' 'libgweather' 'hal' 'dbus-glib' 'mobile-broadband-provider-info')
11 makedepends=('subversion' 'pkgconfig' 'cvs')
17 __svntrunk="http://svn.gnome.org/svn/libmbca/tags/LIBMBCA_0_0_4/"
21 if [ -d $__svnmod/.svn ]; then
22 (cd $__svnmod && svn up)
24 svn co $__svntrunk --config-dir ./ $__svnmod
26 msg "SVN checkout done or server timeout"
27 msg "Starting make..."
31 ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/$pkgname --localstatedir=/var --disable-static
33 make DESTDIR="${pkgdir}" install || return 1