pkgsrc-wip/libtxc_dxtn/files/INSTALL
Yorick Hardy a35ac0fe6c Import libtxc_dxtn-1.0.1 as wip/libtxc_dxtn.
Software library for S3 texture compression.

XXX The MESA libraries need to be able to find libtxc_dxtn.so
XXX in order for this to work. The INSTALL and DEINSTALL scripts
XXX handle this, but is this the correct solution?
2015-08-10 22:27:47 +00:00

3 lines
136 B
Text

if [ ${STAGE} = POST-INSTALL -a ${X11BASE} != ${PREFIX} ]; then
${LN} -s ${PREFIX}/lib/libtxc_dxtn.so ${X11BASE}/lib/libtxc_dxtn.so
fi