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
|
version=2.9.9
|
||||||
revision=3
|
revision=3
|
||||||
_zart_hash=939cf381c5871e506aabd066037acf2b55143c1d
|
_zart_hash=939cf381c5871e506aabd066037acf2b55143c1d
|
||||||
|
create_wrksrc=yes
|
||||||
build_wrksrc="src"
|
build_wrksrc="src"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
build_helper=qmake
|
build_helper=qmake
|
||||||
|
@ -23,7 +24,8 @@ checksum="9f053338752ec96a6b619718037767682c5fd58e2471c08f3740fdb070605bc0
|
||||||
# disable_parallel_build="yes"
|
# disable_parallel_build="yes"
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
mv ../zart-${_zart_hash} zart
|
mv gmic-${version}/* .
|
||||||
|
mv zart-${_zart_hash} zart
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue