updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / xcircuit-devel / PKGBUILD
blob9efd9672003251f28c96d72c6b3ff75045d8a2c5
1 # Contributor: Alex Tercete <alextercete at gmail.com>
3 pkgname=xcircuit-devel
4 pkgver=3.6.158
5 pkgrel=1
6 pkgdesc="A program for drawing publishable-quality electrical circuit schematic diagrams (development version)"
7 arch=('i686')
8 url="http://opencircuitdesign.com/xcircuit/"
9 depends=('python' 'tcl' 'tk' 'automake')
10 license=('GPL')
11 provides=('xcircuit=3.6.158')
12 conflicts=('xcircuit')
13 source=(http://opencircuitdesign.com/xcircuit/archive/xcircuit-${pkgver}.tgz)
14 md5sums=('8112ab13afb5b0d50063b0e1282d48db')
16 build() {
17         cd ${startdir}/src/xcircuit-${pkgver}
18         aclocal         ##
19         autoconf        ## Ensure that configure runs right
20         automake        ##
21         ./configure --prefix=/usr
22         make || return 1
23         make DESTDIR=$startdir/pkg install