#!/usr/bin/env beesh # BEE_VERSION inotify-tools-3.22.6.0-0 # more info: https://github.com/inotify-tools/inotify-tools #SRCURL[0]="https://github.com/inotify-tools/inotify-tools/archive/refs/tags/$PKGVERSION.tar.gz inotify-tools-$PKGVERSION" SRCURL[0]="https://beehive.molgen.mpg.de/4b75d790de29d25e174838aaff413013/inotify-tools-3.22.6.0" # PATCHURL+=() build_in_sourcedir # sourcesubdir_append src #mee_extract() { # bee_extract "${@}" #} mee_patch() { bee_patch "${@}" start_cmd ./autogen.sh } mee_configure() { bee_configure --disable-doxygen --enable-fanotify } #mee_build() { # bee_build #} #mee_install() { # bee_install #} #mee_install_post() { # exit #}