#!/bin/sh DESC="linux firmware files for e100" DEPS="" package () { mkdir -p $PKG_DEST/usr/lib/firmware cp -r e100 $PKG_DEST/usr/lib/firmware/ }