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