1 # Maintainer: Matz Radloff <matzradloff@gmx.de>
2 # Contributor: Jan Willies <jan@willies.info>
7 pkgdesc="A collection of general-purpose C++ classes"
8 url="http://www.tntnet.org/cxxtools.html"
10 arch=("i686" "x86_64")
11 source=(http://www.tntnet.org/download/$pkgname-$pkgver.tar.gz)
13 md5sums=('763ef672a577fa8b93c37239ee0f3d59')
16 cd "$srcdir/$pkgname-$pkgver"
18 ./configure --prefix=/usr
20 make DESTDIR="$pkgdir" install