# # spec file for package dj64dev # Name: dj64-host Version: 0.0.git.25.5c1f0265 Release: 1%{?dist} Summary: dj64dev host addon Group: Development/Libraries License: GPLv3+ URL: https://github.com/stsp/dj64dev-host-addon VCS: git+https://github.com/stsp/dj64dev-host-addon.git#5c1f026535cf58f59bdcb14ab9677a2b8d2098d5: Source0: dj64dev-host-addon-5c1f0265.tar.gz BuildRequires: autoconf BuildRequires: automake BuildRequires: make BuildRequires: gcc BuildRequires: pkgconf-pkg-config BuildRequires: dosemu2-devel %description Host build support for dj64dev. %end %prep %setup -T -b 0 -q -n dj64dev-host-addon %end %build autoreconf -v -i %configure make %{?_smp_mflags} %end %check %end %define debug_package %{nil} %install make install DESTDIR=%{buildroot} %end %files %defattr(-,root,root) %{_libdir}/dj64-host/loader.o %{_datadir}/dj64-extras/dj64host.mk %{_datadir}/pkgconfig/dj64host.pc %end %changelog %end