Skip to content

Commit

Permalink
Merge pull request #567 from mariux64/add-inotify-tools
Browse files Browse the repository at this point in the history
inotify-tools: add version 3.14
  • Loading branch information
pmenzel authored Jan 5, 2018
2 parents 51e5399 + b63a131 commit 8b45399
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions inotify-tools.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
#!/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"

# PATCHURL+=()

# EXCLUDE+=()

build_in_sourcedir

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

#mee_patch() {
# bee_patch "${@}"
#}

mee_configure() {
bee_configure --disable-doxygen
}

#mee_configure_post() {
# bash
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# 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}"'

0 comments on commit 8b45399

Please sign in to comment.