2014-08-09 21:13:21 +01:00
|
|
|
|
|
|
|
source $stdenv/setup
|
|
|
|
|
|
|
|
unpackPhase
|
|
|
|
cd $sourceRoot
|
|
|
|
|
2016-04-24 16:39:36 +01:00
|
|
|
install -dm 755 $out/include/cimg $doc/share/doc/cimg/html $doc/share/cimg/examples $doc/share/cimg/plugins
|
2014-08-09 21:13:21 +01:00
|
|
|
|
|
|
|
install -m 644 CImg.h $out/include/cimg
|
2016-04-24 16:39:36 +01:00
|
|
|
cp -dr --no-preserve=ownership examples/* $doc/share/cimg/examples/
|
|
|
|
cp -dr --no-preserve=ownership plugins/* $doc/share/cimg/plugins/
|