void-packages/srcpkgs/libxmp/template
classabbyamp 169b37b5a7
*: orphan Jakub Skrzypnik's packages
has not contributed since 2018
2023-12-06 18:32:36 -05:00

21 lines
608 B
Bash

# Template file for 'libxmp'
pkgname=libxmp
version=4.4.1
revision=1
build_style=gnu-configure
short_desc="A library of multi-format module player"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2"
homepage="http://xmp.sourceforge.net"
distfiles="${SOURCEFORGE_SITE}/xmp/${pkgname}/${version}/${pkgname}-${version}.tar.gz"
checksum=353535cc84c8cddae8decec4e65fa4c51fc64f22eb0891bc3dae6eaf25f9cccf
libxmp-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc_+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/lib/*.so
}
}