# SHORT DESC: VCD Ripping/Creation Tool
# LONG DESC: GNU VCDImager is a full-featured mastering suite for authoring, disassembling and analyzing Video CDs and Super Video CDs.
# COMPILE REQUIREMENT: libcdio
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libdir="$libdir" || exit 1
grep -v 'EMPTY_ARRAY_SIZE' config.h > config.h.1
mv config.h.1 config.h
echo '#define EMPTY_ARRAY_SIZE 0' >> config.h
make && \
${installmonitor} make install || exit 1
|