# COMPILE REQUIREMENT: gcc
# DESC: libgphoto2: libgphoto2 (Digital Camera Communication Library)
# DESC: libgphoto2:
# DESC: libgphoto2: libgphoto2 is a library that provides access to almost any serial
# DESC: libgphoto2: or USB digital camera.
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libdir="$libdir" && \
make && \
${installmonitor} make install || exit 1
# DEPENDED ON BY: gphoto2
|