codelite: move hierarchy up
This commit is contained in:
parent
68c82ca46d
commit
3445104366
|
@ -3,7 +3,6 @@ pkgname=codelite
|
|||
version=16.0.0
|
||||
revision=2
|
||||
create_wrksrc=yes
|
||||
build_wrksrc="codelite-${version}"
|
||||
build_style=cmake
|
||||
build_helper=cmake-wxWidgets-gtk3
|
||||
configure_args="-DWITH_PCH=0 -DWITH_WX_CONFIG=wx-config-gtk3
|
||||
|
@ -22,7 +21,6 @@ distfiles="https://github.com/eranif/${pkgname}/archive/${version}.tar.gz
|
|||
checksum="fb707b98b2f56ae0791c7cb341c6a0240ff26a785dae31f7dcd1038956737957
|
||||
7925adbe15cd240c7e65cf54e8752e7f5dbb24622342b84d151de97d2d75acea"
|
||||
python_version=3
|
||||
patch_args="-Np1 -d ${build_wrksrc}"
|
||||
|
||||
build_options="hunspell lldb sftp"
|
||||
build_options_default="hunspell sftp"
|
||||
|
@ -35,6 +33,7 @@ case "$XBPS_TARGET_MACHINE" in
|
|||
esac
|
||||
|
||||
post_extract() {
|
||||
rm -rf ${build_wrksrc}/universal-ctags
|
||||
ln -rsf ctags-52c724d1132d78ea44894bfe2eaca44f38a9bd85 ${build_wrksrc}/universal-ctags
|
||||
mv codelite-${version}/* .
|
||||
rm -rf universal-ctags
|
||||
mv ctags-52c724d1132d78ea44894bfe2eaca44f38a9bd85 universal-ctags
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue