19 lines
533 B
Plaintext
19 lines
533 B
Plaintext
# a10disp
|
|
local package_name="a10disp"
|
|
local package_repo="https://github.com/hglm/a10disp.git"
|
|
local package_ref="branch:master"
|
|
local package_builddeps="linux-headers-armmp"
|
|
local package_install_target="a10disp"
|
|
local package_component="utils"
|
|
|
|
package_checkbuild()
|
|
{
|
|
[[ $arch == armhf && $release == jessie ]]
|
|
}
|
|
|
|
package_checkinstall()
|
|
{
|
|
#[[ ( $LINUXFAMILY == sun4i || $LINUXFAMILY == sun7i ) && $BRANCH == default ]]
|
|
[[ ( $LINUXFAMILY == sun4i || $LINUXFAMILY == sun7i ) && $BRANCH == default && EXTERNAL_NEW == compile ]]
|
|
}
|