diff --git a/README.md b/README.md index 767dd6d..b1b5fcf 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,10 @@ # libsidplay +This library provides the Sound Interface Device (SID) chip emulator +engine that is used by music player programs like SIDPLAY. +With it you can play musics from Commodore 64 (or compatible) programs. + +Because the original homepage of SIDPlay (http://www.geocities.com/SiliconValley/Lakes/5147/resid) +disappeared from Internet some time ago, +I decided to set up this unofficial page for providing a semi-regularly updated tarballs of libSIDPlay1. +However, I have no intention of adding any new features, at most I will fix compilation and portability related bugs. diff --git a/libsidplay.spec b/libsidplay.spec new file mode 100644 index 0000000..f391307 --- /dev/null +++ b/libsidplay.spec @@ -0,0 +1,80 @@ +Name: libsidplay +Version: 1.36.59 +Release: 3mamba +Summary: A Commodore 64 music player and SID chip emulator library +Group: System/Libraries +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://www.tnsp.org/?p=libsidplay1 +Source: http://www.tnsp.org/xs-files/libsidplay-%{version}.tar.gz +License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libgcc +BuildRequires: libstdc++6-devel +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root +# (ftp://ftp.netbsd.org/pub/NetBSD/packages/pkgsrc/audio/libsidplay/README.html) +%description +This library provides the Sound Interface Device (SID) chip emulator +engine that is used by music player programs like SIDPLAY. +With it you can play musics from Commodore 64 (or compatible) programs. + +Because the original homepage of SIDPlay (http://www.geocities.com/SiliconValley/Lakes/5147/resid) +disappeared from Internet some time ago, +I decided to set up this unofficial page for providing a semi-regularly updated tarballs of libSIDPlay1. +However, I have no intention of adding any new features, at most I will fix compilation and portability related bugs. +%package devel +Group: Development/Libraries +Summary: Static libraries and headers for %{name} +Requires: %{name} = %{version} + +%description devel +This library provides the Sound Interface Device (SID) chip emulator +engine that is used by music player programs like SIDPLAY. +With it you can play musics from Commodore 64 (or compatible) programs. + +This package contains static libraries and header files need for development. + +%prep +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf %{buildroot} +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf %{buildroot} + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + +%files +%defattr(-,root,root) +%{_libdir}/*.so.* +%doc AUTHORS COPYING + +%files devel +%defattr(-,root,root) +%dir %{_includedir}/sidplay +%{_includedir}/sidplay/*.h +%{_libdir}/*.a +%{_libdir}/*.la +%{_libdir}/*.so +%doc DEVELOPER src/*.txt + +%changelog +* Tue Aug 27 2013 Automatic Build System 1.36.59-3mamba +- automatic rebuild by autodist + +* Sun Oct 19 2008 gil 1.36.59-2mamba +- rebuild +- fix: source; url; packager, + +* Tue Jun 14 2005 Davide Madrisan 1.36.59-1qilnx +- package created by autospec