1 # Maintainer: leepesjee <lpeschier at xs4all dot nl>
5 pkgdesc="An ANSI C implementation of dynamic arrays to provide an approximation to the C++ vector class"
7 url="http://cvector.sourceforge.net/"
10 source=(http://downloads.sourceforge.net/project/cvector/cvector/CVector-$pkgver/CVector-$pkgver.tar.gz)
11 md5sums=('9de194c233e1a4a8223b5258a1d689fb')
14 cd $srcdir/CVector-$pkgver
15 sed -i "s|INSTALL_PREFIX = /usr/local|INSTALL_PREFIX = ${pkgdir}/usr|" ./Makefile
19 # do not install the libtool thing
20 rm ${pkgdir}/usr/lib/*.la