#!/bin/bashDEPS=(gccpythonlibcap-nglzo)SOURCE=https://github.com/icecc/icecream/releases/download/1.3.1/icecc-1.3.1.tar.xz
DESC="A build distribution service based on distcc"
build(){./configure--prefix=/usr
make
}
package(){makeDESTDIR=$PKG_DESTinstall
}