leocad: use create_wrksrc
This commit is contained in:
parent
9ef48c251c
commit
f9e1d37d8d
|
@ -3,6 +3,7 @@ pkgname=leocad
|
||||||
version=21.06
|
version=21.06
|
||||||
revision=1
|
revision=1
|
||||||
_lib_version=20.03
|
_lib_version=20.03
|
||||||
|
create_wrksrc=yes
|
||||||
build_style=qmake
|
build_style=qmake
|
||||||
configure_args="DISABLE_UPDATE_CHECK=1"
|
configure_args="DISABLE_UPDATE_CHECK=1"
|
||||||
hostmakedepends="qt5-host-tools qt5-qmake unzip"
|
hostmakedepends="qt5-host-tools qt5-qmake unzip"
|
||||||
|
@ -17,7 +18,7 @@ checksum="bd28c47f920fa1bc458b6e5f476b93ccc1aa40e30158a3dd2397368cc3d79099
|
||||||
88d6d28b3a494a15ae63e984c1e732e28362fabc2e145ffab828fed2eb5e3632"
|
88d6d28b3a494a15ae63e984c1e732e28362fabc2e145ffab828fed2eb5e3632"
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
mv ../library.bin .
|
mv leocad-${version}/* .
|
||||||
}
|
}
|
||||||
|
|
||||||
leocad-data_package() {
|
leocad-data_package() {
|
||||||
|
|
Loading…
Reference in New Issue