updated on Tue Jan 10 00:10:07 UTC 2012
[aur-mirror.git] / mcu8051ide / PKGBUILD
blob539d97852f2d8d8c82916a3f2deb6aae7fdcb22a
1 # Contributor: decay_of_mind <asparagus.maximus@gmail.com>
3 pkgname=mcu8051ide
4 pkgver=1.3.11
5 pkgrel=1
6 pkgdesc="IDE for C and assembly for MCU's based on 8051"
7 arch=('i686' 'x86_64')
8 url="http://mcu8051ide.sourceforge.net"
9 license=('GPL2')
10 depends=('bwidget' 'itcl' 'tcl' 'tdom' 'tcllib' 'tk' 'tkimg' 'tclx')
11 makedepends=('gcc' 'gcc-libs' 'cmake' 'pkgconfig')
12 source=(http://prdownloads.sourceforge.net/mcu8051ide/$pkgname-$pkgver.tar.gz)
13 md5sums=('cedc4db59e8b05466bc434c908d32820')
14 build() {
15   cd $srcdir/$pkgname-$pkgver
16   ./configure || return 1
17   make || return 1
18   make DESTDIR=$pkgdir install || return 1