updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / kontrollerlab-svn / PKGBUILD
blob57b4544f8d063965e5e5fcbffda5e61281caa59b
1 # Maintainer: Christian Waldherr <woodghost@online.de>
2 pkgname=kontrollerlab-svn
3 pkgver=168
4 pkgrel=1
5 pkgdesc="The KontrollerLab is an IDE for developing software for Atmel(r) AVR(c) 
6 microcontrollers using the avr-gcc compiler, the uisp and the avrdude upload 
7 software."
8 arch=(i686)
9 url="http://sourceforge.net/projects/kontrollerlab/"
10 license="GNU General Public License (GPL)"
11 depends=('kdelibs' 'gcc-avr')
12 source=()
13 md5sums=()
15 _svntrunk=https://kontrollerlab.svn.sourceforge.net/svnroot/kontrollerlab/trunk
16 _svnmod=kontrollerlab
17 _revnumber=$pkgver
19 build() {
20         cd $startdir/src/
21         touch ~/.subversion
22         msg "Connecting to sourceforge.net SVN server...."
23         svn co $_svntrunk --config-dir ./ -r $_revnumber $_svnmod
24         cd $_svnmod
25         make -f Makefile.cvs
26         ./configure --prefix=/opt/kde
27         make || return 1
28         make prefix=$startdir/pkg/opt/kde install