mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 16:02:55 +02:00
liboggz: update to 1.1.3
This commit is contained in:
parent
9178cfc801
commit
e2e2f2b9e9
1 changed files with 5 additions and 6 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'liboggz'
|
# Template file for 'liboggz'
|
||||||
pkgname="liboggz"
|
pkgname=liboggz
|
||||||
version="1.1.1"
|
version=1.1.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style="gnu-configure"
|
build_style="gnu-configure"
|
||||||
|
configure_args="--enable-static=no"
|
||||||
hostmakedepends="doxygen"
|
hostmakedepends="doxygen"
|
||||||
makedepends="libogg-devel"
|
makedepends="libogg-devel"
|
||||||
short_desc="Inspect, edit and validate Ogg files"
|
short_desc="Inspect, edit and validate Ogg files"
|
||||||
maintainer="newbluemoon <blaumolch@mailbox.org>"
|
maintainer="newbluemoon <blaumolch@mailbox.org>"
|
||||||
|
license="BSD-3-Clause"
|
||||||
homepage="https://xiph.org/oggz/"
|
homepage="https://xiph.org/oggz/"
|
||||||
license="BSD"
|
|
||||||
distfiles="http://downloads.xiph.org/releases/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="http://downloads.xiph.org/releases/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=6bafadb1e0a9ae4ac83304f38621a5621b8e8e32927889e65a98706d213d415a
|
checksum=2466d03b67ef0bcba0e10fb352d1a9ffd9f96911657abce3cbb6ba429c656e2f
|
||||||
configure_args="--enable-static=no"
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
@ -29,4 +29,3 @@ liboggz-devel_package() {
|
||||||
vmove usr/share/doc/${sourcepkg}/html
|
vmove usr/share/doc/${sourcepkg}/html
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue