gmic: use create_wrksrc
This commit is contained in:
parent
0374a23013
commit
438e136e3b
1 changed files with 3 additions and 1 deletions
|
@ -3,6 +3,7 @@ pkgname=gmic
|
|||
version=2.9.9
|
||||
revision=3
|
||||
_zart_hash=939cf381c5871e506aabd066037acf2b55143c1d
|
||||
create_wrksrc=yes
|
||||
build_wrksrc="src"
|
||||
build_style=gnu-makefile
|
||||
build_helper=qmake
|
||||
|
@ -23,7 +24,8 @@ checksum="9f053338752ec96a6b619718037767682c5fd58e2471c08f3740fdb070605bc0
|
|||
# disable_parallel_build="yes"
|
||||
|
||||
post_extract() {
|
||||
mv ../zart-${_zart_hash} zart
|
||||
mv gmic-${version}/* .
|
||||
mv zart-${_zart_hash} zart
|
||||
}
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Add table
Reference in a new issue