updated on Mon Jan 16 00:01:41 UTC 2012
[aur-mirror.git] / openwince-include / PKGBUILD
blobbefa68a47f48c7e8733485b565b0ecb89d29f092
1 # Contributor: Olivier Mehani <olivier.mehani@inria.fr>
2 # $Id: PKGBUILD 1247 2008-01-04 16:02:53Z mehani $
4 pkgname=openwince-include
5 pkgver=0.3.2
6 pkgrel=1
7 pkgdesc="A collection of the useful independent include files for C/Assembler developers, from the OpenWinCE project"
8 url="http://openwince.sourceforge.net/jtag/"
9 source=(http://downloads.sourceforge.net/openwince/include-${pkgver}.tar.bz2)
10 md5sums=('2e9c1ae3b9ddc81e52a0f624193ceb64')
11 # for 0.4.2 md5sums=('e564c941363c958a7cd953ad97c1faa4')
12 arch=('i686')
13 license=('BSD')
15 build() {
16         cd $startdir/src/include-$pkgver
17         ./configure --prefix=/usr || exit 1
18         make || exit 2
19         make DESTDIR=$startdir/pkg install || exit 3