first commit
This commit is contained in:
20
external/packages/extras-buildpkgs/05-libump.conf
vendored
Executable file
20
external/packages/extras-buildpkgs/05-libump.conf
vendored
Executable file
@@ -0,0 +1,20 @@
|
||||
# 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()
|
||||
{
|
||||
[[ $LINUXFAMILY == sun8i && $BRANCH == legacy && $BUILD_DESKTOP == yes ]]
|
||||
}
|
||||
|
||||
package_checkinstall()
|
||||
{
|
||||
[[ $LINUXFAMILY == sun8i && $BRANCH == legacy && $BUILD_DESKTOP == yes ]]
|
||||
}
|
||||
Reference in New Issue
Block a user