mediainfo: fix depends and configure_args
This commit is contained in:
parent
83468f80d2
commit
1ff906ae01
1 changed files with 4 additions and 2 deletions
|
@ -14,11 +14,13 @@ checksum=1fde5b2972d923f7f87c2b2e738e8a086603243770961b077cf558f9836e612e
|
|||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool pkg-config"
|
||||
makedepends="libmediainfo-devel libzen-devel zlib-devel"
|
||||
depends="libmediainfo"
|
||||
configure_args="--prefix=/usr"
|
||||
create_wrksrc=yes
|
||||
build_wrksrc="MediaInfo/Project/GNU/CLI"
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense ${wrksrc}/MediaInfo/License.html
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue