# COMPILE REQUIREMENT: gcc
# COMPILE REQUIREMENT: libgphoto2
# DESC: gphoto2: gphoto2 (Digital Camera Command Line Interface)
# DESC: gphoto2:
# DESC: gphoto2: gphoto2 is a command line application which enables you to transfer
# DESC: gphoto2: digital photos from almost any serial-port or USB digital camera.
# DESC: gphoto2:
# DESC: gphoto2: It uses the programming interface provided by libgphoto2.
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libdir="$libdir" && \
make && \
${installmonitor} make install || exit 1
|