Rename glshim package

This commit is contained in:
zador-blood-stained 2016-10-07 18:30:54 +03:00
parent 7f5a6577b6
commit 8b31ccf9b9
3 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ local package_name="libglshim"
local package_repo="https://github.com/ptitSeb/glshim.git"
local package_ref="branch:master"
local package_builddeps="cmake libx11-dev libsdl1.2-dev"
local package_install_target="libglshim1"
local package_install_target="libglshim"
local package_component="${release}-desktop"
package_checkbuild()
@ -13,5 +13,5 @@ package_checkbuild()
package_checkinstall()
{
[[ $LINUXFAMILY =~ sun[4578]i && $BRANCH == default && $BUILD_DESKTOP == yes && $BOARD != orangepiplus2e && $BOARD != orangepiplus ]]
[[ $LINUXFAMILY == sun[4578]i && $BRANCH == default && $BUILD_DESKTOP == yes && $BOARD != orangepiplus2e && $BOARD != orangepiplus ]]
}

View File

@ -14,5 +14,5 @@ package_checkbuild()
package_checkinstall()
{
[[ $LINUXFAMILY =~ sun[4578]i && $BRANCH == default && $BUILD_DESKTOP == yes ]]
[[ $LINUXFAMILY == sun[4578]i && $BRANCH == default && $BUILD_DESKTOP == yes ]]
}

View File

@ -10,7 +10,7 @@ Build-Depends:
libsdl1.2-dev,
Standards-Version: 3.9.6
Package: libglshim1
Package: libglshim
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}