1 # Maintainer: Christian Waldherr <woodghost@online.de>
2 pkgname=kontrollerlab-svn
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
9 url="http://sourceforge.net/projects/kontrollerlab/"
10 license="GNU General Public License (GPL)"
11 depends=('kdelibs' 'gcc-avr')
15 _svntrunk=https://kontrollerlab.svn.sourceforge.net/svnroot/kontrollerlab/trunk
22 msg "Connecting to sourceforge.net SVN server...."
23 svn co $_svntrunk --config-dir ./ -r $_revnumber $_svnmod
26 ./configure --prefix=/opt/kde
28 make prefix=$startdir/pkg/opt/kde install