mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
juCi++: use create_wrksrc
This commit is contained in:
parent
f25b90ae6c
commit
0374a23013
1 changed files with 5 additions and 5 deletions
|
@ -4,7 +4,7 @@ version=1.6.2
|
||||||
revision=4
|
revision=4
|
||||||
_libclangmm_commit="b342f4dd6de4fe509a692a4b4fcfc7e24aae9590"
|
_libclangmm_commit="b342f4dd6de4fe509a692a4b4fcfc7e24aae9590"
|
||||||
_tiny_commit="c9c8bf810ddad8cd17882b9a9ee628a690e779f5"
|
_tiny_commit="c9c8bf810ddad8cd17882b9a9ee628a690e779f5"
|
||||||
wrksrc="jucipp-v${version}"
|
create_wrksrc=yes
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="aspell-devel clang boost-devel gtksourceviewmm-devel libgit2-devel"
|
makedepends="aspell-devel clang boost-devel gtksourceviewmm-devel libgit2-devel"
|
||||||
|
@ -26,10 +26,10 @@ case "$XBPS_TARGET_MACHINE" in
|
||||||
esac
|
esac
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
mv ${wrksrc}/../libclangmm-${_libclangmm_commit}/* ${wrksrc}/lib/libclangmm/
|
mv jucipp-v$version/* .
|
||||||
rm -rf ${wrksrc}/../libclangmm-${_libclangmm_commit}
|
rmdir lib/libclangmm lib/tiny-process-library
|
||||||
mv ${wrksrc}/../tiny-process-library-${_tiny_commit}/* ${wrksrc}/lib/tiny-process-library
|
mv libclangmm-${_libclangmm_commit} ${wrksrc}/lib/libclangmm
|
||||||
rm -rf ${wrksrc}/../tiny-process-library-${_tiny_commit}/*
|
mv tiny-process-library-${_tiny_commit} lib/tiny-process-library
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue