first commit
This commit is contained in:
20
external/packages/extras-buildpkgs/06-libcedrus.conf
vendored
Executable file
20
external/packages/extras-buildpkgs/06-libcedrus.conf
vendored
Executable file
@@ -0,0 +1,20 @@
|
||||
# libcedrus
|
||||
# required for libvdpau-sunxi
|
||||
# may depend 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_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