1 # Maintainer: Alexandre Becoulet <alexandre.becoulet@free.fr>
6 pkgdesc="A library for reading, constructing, manipulating, and writing DXF files"
8 url="http://www.coin3d.org/lib/dime/"
10 makedepends=('mercurial')
14 hg clone http://hg.sim.no/dime/default dime
16 ./configure --prefix=/usr || return 1
18 make DESTDIR="$pkgdir/" install