pkgname=mezurit2 pkgver=0.91 pkgrel=1 pkgdesc="Scriptable continuous and triggered data acquisition for Linux and Windows" arch=('i686' 'x86_64') url="http://www.ugcs.caltech.edu/~mezurit2/" license=('GPL') depends=('comedilib' 'linux-gpib' 'python2' 'vte') makedepends=('perl') source=($url/dl/$pkgname-$pkgver.tar.gz) build() { cd $srcdir/$pkgname-$pkgver ./configure make || return 1 make DESTDIR=$pkgdir install }