mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 19:02:57 +02:00
libxmp: update to 4.6.3.
This commit is contained in:
parent
4bee4f95b3
commit
b4d41e7631
1 changed files with 8 additions and 4 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'libxmp'
|
# Template file for 'libxmp'
|
||||||
pkgname=libxmp
|
pkgname=libxmp
|
||||||
version=4.4.1
|
version=4.6.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
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>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2"
|
license="MIT"
|
||||||
homepage="http://xmp.sourceforge.net"
|
homepage="http://xmp.sourceforge.net"
|
||||||
distfiles="${SOURCEFORGE_SITE}/xmp/${pkgname}/${version}/${pkgname}-${version}.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/xmp/${pkgname}/${version}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=353535cc84c8cddae8decec4e65fa4c51fc64f22eb0891bc3dae6eaf25f9cccf
|
checksum=b189a2ff3f3eef0008512e0fb27c2cdc27480bc1066b82590a84d02548fab96d
|
||||||
|
|
||||||
libxmp-devel_package() {
|
libxmp-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
@ -19,3 +19,7 @@ libxmp-devel_package() {
|
||||||
vmove usr/lib/*.so
|
vmove usr/lib/*.so
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense docs/COPYING
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue