1 # Contributor: Olivier Mehani <olivier.mehani@inria.fr>
2 # $Id: PKGBUILD 1247 2008-01-04 16:02:53Z mehani $
7 pkgdesc="Software package to work with JTAG-aware hardware devices, from the OpenWinCE project"
8 url="http://openwince.sourceforge.net/jtag/"
9 source=(http://downloads.sourceforge.net/openwince/jtag-${pkgver}.tar.bz2)
10 md5sums=('3171d51fec40e9f338ea2d388544fd66')
11 depends=('readline' 'openwince-include<=0.4')
16 cd $startdir/src/jtag-$pkgver
17 ./configure --prefix=/usr || exit 1
19 make DESTDIR=$startdir/pkg install || exit 3