1 # Contributor: Dmitriy Morozov <archlinux@foxcub.org>
7 pkgdesc="Simple C++ PDB reader"
8 url="http://graphics.stanford.edu/~drussel"
10 arch=('i686' 'x86_64')
12 source=(http://graphics.stanford.edu/~drussel/$fullpkgname.tgz
16 cd $startdir/src/$fullpkgname-$pkgver
17 patch -p1 < $startdir/src/size_t.patch
18 ./configure --prefix=/usr
20 make DESTDIR=$startdir/pkg install
23 md5sums=('aba4dd6d7ba2fae1a612d70192bd0bbe' '49dfc4cb6034f72aa64b3ea69fdb41f2')