summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: ed0b20644a7a799943ecfbf9d306198493d2166d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Maintainer: Manish Munikar <munikarmanish@gmail.com>

pkgname=mcu8051ide
pkgver=1.4.10
pkgrel=1
epoch=
pkgdesc="Graphical IDE for MCS-51 based microcontrollers"
arch=('any')
url="http://www.moravia-microsystems.com/mcu8051ide"
license=('GPLv3')
groups=()
depends=('tcl>=8.5.9'
         'tk>=8.5.9'
         'tcllib>=1.6'
         'bwidget>=1.8'
         'itcl3>=3.4'
         'tdom>=0.8'
         'tkimg>=1.3'
         'tclx>=8.4')
makedepends=()
checkdepends=()
optdepends=('cmake: cross-platform make system'
            'rxvt-unicode: for unicode support'
            'vim: for text-editing'
            'emacs: for text-editing'
            'nano: for text-editing'
            'le: for text-editing'
            'hunspell: for spell-checking')
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=
changelog=
source=("${pkgname}-${pkgver}.rpm::http://www.moravia-microsystems.com/download/mcu8051ide/mcu8051ide/1.4.10/mcu8051ide-1.4-11.noarch.rpm")
noextract=()
md5sums=('a3b136c26d699a6c9a8c6e9e6a66d316')
validpgpkeys=()

package() {
	cd ${pkgdir}
    cp -r ${srcdir}/usr ${pkgdir}/usr
}