# temporarily disable libverto in order to break build cycle depends=(${depends[@]//libverto.so/}) depends=(${depends[@]//libverto-module-base/}) eval "$( declare -f build | \ sed ' s|--with-system-verto|| ' )" # do not install development artifacts of libverto (conflicts # with libverto above and causes more cycles) eval "$( declare -f package | \ sed ' $ i \ rm -f "${pkgdir}/usr/include/{verto,-module}.h" \ rm -f "${pkgdir}/usr/lib/libverto.so" ' )"