Hi,
I'm trying to cook libshout-2.3.1 but I need it in a different path /opt/icecast
hand if I compile I get the expected result: pkgconfig/shout.pc
prefix=/opt/icecast
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
cppflags= -I/opt/icecast/include
cflags_only= -pthread
but if I cook with receipt, no I get expected result:
prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
cppflags= -I/usr/include
cflags_only= -pthread
how to set environment variable on the receipt for the first result?