armbian-build/extras-buildpkgs/06-libcedrus.conf
2016-08-19 19:16:03 +03:00

16 lines
477 B
Plaintext

# libcedrus
# depends on libump
local package_name="libcedrus"
local package_repo="https://github.com/linux-sunxi/libcedrus.git"
local package_ref="branch:master"
local package_upstream_version="1.0.1"
local package_install_chroot="libcedrus1 libcedrus1-dev"
local package_install_target="libcedrus1"
local package_arch="armhf"
local package_component="${release}-desktop"
package_checkinstall()
{
[[ $LINUXFAMILY == sun*i && $BRANCH == default && $BUILD_DESKTOP == yes ]]
}