mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
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
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libtool pkg-config"
|
hostmakedepends="automake libtool pkg-config"
|
||||||
makedepends="libmediainfo-devel libzen-devel zlib-devel"
|
makedepends="libmediainfo-devel libzen-devel zlib-devel"
|
||||||
depends="libmediainfo"
|
|
||||||
configure_args="--prefix=/usr"
|
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
build_wrksrc="MediaInfo/Project/GNU/CLI"
|
build_wrksrc="MediaInfo/Project/GNU/CLI"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense ${wrksrc}/MediaInfo/License.html
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue