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