libxmp: update to 4.6.3.

This commit is contained in:
lilirin 2025-06-14 13:24:25 +02:00 committed by classabbyamp
parent 4bee4f95b3
commit b4d41e7631
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5

View file

@ -1,14 +1,14 @@
# Template file for 'libxmp'
pkgname=libxmp
version=4.4.1
version=4.6.3
revision=1
build_style=gnu-configure
short_desc="A library of multi-format module player"
short_desc="Library that renders module files to PCM data"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2"
license="MIT"
homepage="http://xmp.sourceforge.net"
distfiles="${SOURCEFORGE_SITE}/xmp/${pkgname}/${version}/${pkgname}-${version}.tar.gz"
checksum=353535cc84c8cddae8decec4e65fa4c51fc64f22eb0891bc3dae6eaf25f9cccf
checksum=b189a2ff3f3eef0008512e0fb27c2cdc27480bc1066b82590a84d02548fab96d
libxmp-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
@ -19,3 +19,7 @@ libxmp-devel_package() {
vmove usr/lib/*.so
}
}
post_install() {
vlicense docs/COPYING
}