Making freeimage build and install freeimageplus too.
I need it for the pgf command line tool (next commit) (cherry picked from commit f6856be9eefc5785b7c38e7398106d9a220f2a37)
This commit is contained in:
parent
e7765fbc7d
commit
031af8f0cf
@ -10,9 +10,12 @@ stdenv.mkDerivation {
|
|||||||
sed -e s@/usr/@$out/@ \
|
sed -e s@/usr/@$out/@ \
|
||||||
-e 's@-o root -g root@@' \
|
-e 's@-o root -g root@@' \
|
||||||
-e 's@ldconfig@echo not running ldconfig@' \
|
-e 's@ldconfig@echo not running ldconfig@' \
|
||||||
-i Makefile.gnu
|
-i Makefile.gnu Makefile.fip
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
postBuild = "make -f Makefile.fip";
|
||||||
preInstall = "mkdir -p $out/include $out/lib";
|
preInstall = "mkdir -p $out/include $out/lib";
|
||||||
|
postInstall = "make -f Makefile.fip install";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Open Source library for accessing popular graphics image file formats";
|
description = "Open Source library for accessing popular graphics image file formats";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user