build () {
    make PREFIX=/usr
}

package () {
    make PREFIX=/usr DESTDIR=$PKG_DEST install
}