libfishsound: fix xlint, update license.

Package contents changed for some reason, so revbumping as well.
This commit is contained in:
Mohammed Anas 2023-11-10 23:37:01 +00:00 committed by classabbyamp
parent e8485c6630
commit 428deb175f

View file

@ -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
}
}