25 lines
793 B
Bash
25 lines
793 B
Bash
# Template file for 'libsidplayfp'
|
|
# the version is usually in sync with libsidplayfp, keep in sync!
|
|
pkgname=libsidplayfp
|
|
version=2.3.1
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="autoconf"
|
|
short_desc="Library to play Commodore 64 SID music"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://sourceforge.net/p/sidplay-residfp/wiki/Home/"
|
|
distfiles="${SOURCEFORGE_SITE}/sidplay-residfp/${pkgname}/${version%.*}/${pkgname}-${version}.tar.gz"
|
|
checksum=aef70cc30648eb89d32f56c691a5a40cdffc7421f43b4aa242f4d123eb9258a2
|
|
|
|
libsidplayfp-devel_package() {
|
|
short_desc+=" - development files"
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove "usr/lib/*.a"
|
|
vmove "usr/lib/*.so"
|
|
vmove usr/lib/pkgconfig
|
|
}
|
|
}
|