Making opencascade put header files in 'include', and not 'inc'. I also make
it to install the documentation. svn path=/nixpkgs/trunk/; revision=19715
This commit is contained in:
parent
87e7334e64
commit
db04d4f644
@ -1,6 +1,6 @@
|
|||||||
{stdenv, fetchurl, mesa, qt4, tcl, tk}:
|
{stdenv, fetchurl, mesa, qt4, tcl, tk}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation rec {
|
||||||
name = "opencascade-6.3.0";
|
name = "opencascade-6.3.0";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://files.opencascade.com/OCC_6.3_release/OpenCASCADE_src.tgz;
|
url = http://files.opencascade.com/OCC_6.3_release/OpenCASCADE_src.tgz;
|
||||||
@ -11,6 +11,12 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
preConfigure = "cd ros";
|
preConfigure = "cd ros";
|
||||||
|
|
||||||
|
postInstall = ''
|
||||||
|
mv $out/inc $out/include
|
||||||
|
ensureDir $out/share/doc/${name}
|
||||||
|
cp -R ../doc $out/share/doc/${name}
|
||||||
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Open CASCADE Technology, libraries for 3D modeling and numerical simulation";
|
description = "Open CASCADE Technology, libraries for 3D modeling and numerical simulation";
|
||||||
homepage = http://www.opencascade.org/;
|
homepage = http://www.opencascade.org/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user