# This package provides the videodev.h file that is missing from recent # kernels and that some packages need to build. SRC_FETCH_PATH=${LINKNAME}/add-ons SRC_FETCH_METHOD="filesystem" FILE_LIST=.flxfiles DEPENDS=() MAKEDEPENDS=( ) FLXARCH="noarch" function do_compile { : } function do_prepack { rm -f $FILE_LIST 2>/dev/null install-file 0:4 0644 videodev.h usr/include/linux/videodev.h return 0 }