1 # Contributor: Jon Sturm <Jasturm002@aol.com>
6 pkgdesc="TI File format library"
8 url="http://tilp.info/"
10 depends=('zlib' 'glib2' 'libticonv' )
11 makedepends=('subversion')
12 provides=('libtifiles' 'libtifiles2')
13 conflicts=('libtifiles' 'libtifiles2')
14 options=('force' '!libtool')
15 #md5sums=() #generate with 'makepkg -g'
18 _svntrunk=http://svn.tilp.info/repos/tilp/$_svnmod/trunk
23 if [ -d $_svnmod/.svn ]; then
24 (cd $_svnmod && svn up -r $pkgver)
26 svn co $_svntrunk --config-dir ./ -r $pkgver $_svnmod
29 msg "SVN checkout done or server timeout"
30 msg "Starting make..."
32 rm -rf "$srcdir/$_svnmod-build"
33 cp -r "$srcdir/$_svnmod" "$srcdir/$_svnmod-build"
34 cd "$srcdir/$_svnmod-build"
40 ./configure --prefix=/usr
42 make DESTDIR="$pkgdir/" install