24 lines
738 B
Bash
24 lines
738 B
Bash
# Template file for 'libsidplayfp'
|
|
pkgname=libsidplayfp
|
|
version=2.0.4
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="autoconf"
|
|
short_desc="Library to play Commodore 64 SID music"
|
|
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
|
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=1fd66ac1178fe39e6a562b4d35cb592236096fcb349f21c58216565b3f330635
|
|
|
|
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
|
|
}
|
|
}
|