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