1 # Contributor: Daniel Micay <danielmicay@gmail.com>
2 # Contributor: Nick B <Shirakawasuna at gmail _dot_com>
3 # Contributor: Michal Krenek <mikos@sg1.cz>
8 pkgdesc="A tool for clean room reverse engineering of nVidia drivers"
10 url="http://nouveau.freedesktop.org"
12 depends=('sdl' 'nvidia-utils' 'libxvmc')
14 options=('!strip' 'docs')
15 install=renouveau.install
19 _cvsroot=":pserver:anonymous@nouveau.cvs.sourceforge.net:/cvsroot/nouveau"
24 msg "Connecting to nouveau.cvs.sourceforge.net CVS server...."
25 cvs -z3 -d $_cvsroot co -D $pkgver -f $_cvsmod
27 msg "CVS checkout done or server timeout"
28 msg "Starting make..."
30 cp -r $_cvsmod $_cvsmod-build
35 install -Dm755 renouveau "$pkgdir/usr/bin/renouveau"
36 install -Dm755 disasm_shader "$pkgdir/usr/bin/disasm_shader"
37 install -Dm644 README "$pkgdir/usr/share/doc/README"
38 install -Dm644 license.txt "$pkgdir/usr/share/licenses/renouveau/license.txt"
40 rm -rf "$srcdir/$_cvsmod-build"