mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
libfishsound: fix xlint, update license.
Package contents changed for some reason, so revbumping as well.
This commit is contained in:
parent
e8485c6630
commit
428deb175f
1 changed files with 6 additions and 7 deletions
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'libfishsound'
|
||||
pkgname="libfishsound"
|
||||
version="1.0.0"
|
||||
revision=2
|
||||
pkgname=libfishsound
|
||||
version=1.0.0
|
||||
revision=3
|
||||
build_style="gnu-configure"
|
||||
configure_args="--enable-static=no"
|
||||
hostmakedepends="pkg-config doxygen"
|
||||
makedepends="libflac-devel speex-devel libvorbis-devel liboggz-devel libsndfile-devel"
|
||||
short_desc="Simple interface for decoding/encoding audio data using Xiph.org codecs"
|
||||
maintainer="newbluemoon <blaumolch@mailbox.org>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://xiph.org/fishsound/"
|
||||
license="BSD"
|
||||
distfiles="http://downloads.xiph.org/releases/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
distfiles="http://downloads.xiph.org/releases/libfishsound/libfishsound-${version}.tar.gz"
|
||||
checksum=2e0b57ce2fecc9375eef72938ed08ac8c8f6c5238e1cae24458f0b0e8dade7c7
|
||||
configure_args="--enable-static=no"
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
|
@ -29,4 +29,3 @@ libfishsound-devel_package() {
|
|||
vmove usr/share/doc/${sourcepkg}/html
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue