Skip to content

Commit

Permalink
Merge pull request #2927 from mariux64/update-inotify-tools
Browse files Browse the repository at this point in the history
inotify-tools: Update version from 3.14 to 3.22.6.0
  • Loading branch information
donald authored Jul 17, 2023
2 parents 6f9ef16 + 5f77719 commit 3382375
Showing 1 changed file with 16 additions and 18 deletions.
34 changes: 16 additions & 18 deletions inotify-tools.be0
Original file line number Diff line number Diff line change
@@ -1,30 +1,31 @@
#!/usr/bin/env beesh

# BEE_VERSION inotify-tools-3.14-1
SRCURL[0]="https://github.com/downloads/rvoicilas/inotify-tools/inotify-tools-${PKGVERSION}.tar.gz"
# BEE_VERSION inotify-tools-3.22.6.0-0

# PATCHURL+=()
# 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"

# EXCLUDE+=()
# PATCHURL+=()

build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}
mee_patch() {
bee_patch "${@}"
start_cmd ./autogen.sh
}

mee_configure() {
bee_configure --disable-doxygen
bee_configure --disable-doxygen --enable-fanotify
}

#mee_configure_post() {
# bash
#}

#mee_build() {
# bee_build
#}
Expand All @@ -33,9 +34,6 @@ mee_configure() {
# bee_install
#}

mee_install_post() {
rm -v ${D}${LIBDIR}/libinotifytools.a
rm -vr ${D}${DOCDIR}
rm -vr ${D}${DATAROOTDIR}/doc
}
## by default this may be 'make install DESTDIR="${D}"'
#mee_install_post() {
# exit
#}

0 comments on commit 3382375

Please sign in to comment.