updated on Mon Jan 23 20:11:11 UTC 2012
[aur-mirror.git] / luach-svn / PKGBUILD
bloba4144d4238bcfc485f3be4e91125e70a5c2c98db
1 # Maintainer: Yoel Lion <yoel3ster at gmail dot com>
3 pkgname=luach-svn
4 pkgver=47
5 pkgrel=1
6 pkgdesc="Hebrew calander using Qt4 library"
7 arch=('i686' 'x86_64') 
8 url="http://code.google.com/p/luach/"
9 license=('GPL2')
10 depends=('qt' 'libhdate' 'java-runtime')
11 makedepends=('subversion')
12 _svntrunk=http://luach.googlecode.com/svn/trunk/
13 _svnmod=luach
15 build() {
16 svn co $_svntrunk $_svnmod
17   msg "SVN checkout done or server timeout"
18   msg "Starting make..."
19 cd $srcdir/$_svnmod
20 qmake
21 make 
22 install -Dm 755 $_svnmod $pkgdir/usr/bin/$_svnmod
23 install -Dm 755 ZmanimCLI.jar $pkgdir/usr/bin/ZmanimCLI.jar
24 install -Dm 755 zmanimcli $pkgdir/usr/bin/zmanimcli
25 install -Dm 644 Luach.desktop $pkgdir/usr/share/applications/Luach.desktop
26 install -Dm 644 Icons/calendar.png $pkgdir/usr/share/Luach/calendar.png
27 install -Dm 644 Hebrew.qm $pkgdir/usr/share/Luach/Hebrew.qm
28 rm -rf $srcdir/$_svnmod