updated on Thu Jan 19 04:14:35 UTC 2012
[aur-mirror.git] / openwince-jtag / PKGBUILD
blobdef7a4b600aa510eae403a946d9d40327669297b
1 # Contributor: Olivier Mehani <olivier.mehani@inria.fr>
2 # $Id: PKGBUILD 1247 2008-01-04 16:02:53Z mehani $
4 pkgname=openwince-jtag
5 pkgver=0.5.1
6 pkgrel=1
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')
12 arch=('i686')
13 license=('GPL')
15 build() {
16         cd $startdir/src/jtag-$pkgver
17         ./configure --prefix=/usr || exit 1
18         make || exit 2
19         make DESTDIR=$startdir/pkg install || exit 3