armbian-build/packages/extras-buildpkgs/05-libump.conf
2021-04-14 00:44:29 +02:00

22 lines
687 B
Plaintext

# libUMP
# required for libmali-sunxi-r3p0
# may be required for libcedrus
local package_name="libUMP"
local package_repo="https://github.com/rellla/libump.git"
local package_ref="branch:ump"
local package_builddeps="dh-autoreconf pkg-config"
local package_install_chroot="libump libump-dev"
local package_install_target="libump"
local package_component="${release}-desktop"
package_checkbuild()
{
# we don't support running kernels < 3.13 on Stretch or Bionic
[[ $arch == armhf && ( $release == jessie || $release == xenial ) ]]
}
package_checkinstall()
{
[[ $LINUXFAMILY == sun*i && $BRANCH == default && ( $release == jessie || $release == xenial ) && $BUILD_DESKTOP == yes ]]
}