for i in shared static; do
    abinfo "Building $i components ..."
    make \
        PREFIX=/usr \
        COMPONENT_TYPE="lib-$i"

    abinfo "Installing $i components ..."
    make install \
        PREFIX="/usr" \
        DESTDIR="$PKGDIR" \
        COMPONENT_TYPE="lib-$i"
done
