updated on Tue Jan 17 12:00:36 UTC 2012
[aur-mirror.git] / fresno / PKGBUILD
blobda683182e2f227c947693c5b3fca240f386ed4c3
1 # Contributor: Matthias Küch mail<ät>matthias-kuech<döt>de
2 # Maintainer: Matthias Küch mail<ät>matthias-kuech<döt>de
3 pkgname=fresno
4 pkgver=7359
5 pkgrel=1
6 pkgdesc="Command line control for Firefox - MozREPL needed"
7 arch=('i686' 'x86_64')
8 url="http://simile.mit.edu/wiki/Fresno"
9 license=('GPL')
10 makedepens=('subversion')
11 depends=('firefox')
12 install=fresno.install
14 _svntrunk='http://simile.mit.edu/repository/fresno/trunk'
15 _svnmod=$pkgname
16 build() {
18 cd $srcdir
20   if [ -d $_svnmod/.svn ]; then
21      (cd $_svnmod && svn up -r $pkgver)
22    else
23     svn co $_svntrunk --config-dir ./ -r $pkgver $_svnmod
24   fi
25      
26        msg "SVN checkout done or server timeout"
27        msg "Starting ant..."
29        cd $_svnmod
30        
31        
32        install -Dm 755 $pkgname "$pkgdir"/usr/bin/$pkgname