Revision: 27151 http://sourceforge.net/p/gar/code/27151 Author: jake_goerzen Date: 2025-01-20 19:23:33 +0000 (Mon, 20 Jan 2025) Log Message: ----------- hatari: add emutos to package so users can do something with hatari out of the box
Modified Paths: -------------- csw/mgar/pkg/hatari/trunk/Makefile csw/mgar/pkg/hatari/trunk/checksums Modified: csw/mgar/pkg/hatari/trunk/Makefile =================================================================== --- csw/mgar/pkg/hatari/trunk/Makefile 2025-01-19 22:31:51 UTC (rev 27150) +++ csw/mgar/pkg/hatari/trunk/Makefile 2025-01-20 19:23:33 UTC (rev 27151) @@ -8,7 +8,9 @@ endef MASTER_SITES = https://git.tuxfamily.org/hatari/hatari.git/snapshot/ +MASTER_SITES += https://sourceforge.net/projects/emutos/files/emutos/1.3/ DISTFILES = $(NAME)-$(VERSION).tar.gz +DISTFILES += emutos-1024k-1.3.zip PACKAGES = CSWhatari GARCOMPILER = GNU @@ -68,5 +70,7 @@ @$(MAKECOOKIE) post-install-modulated: + cp $(WORKDIR)/emutos-1024k-1.3/etos1024k.img $(DESTDIR)/opt/csw/share/hatari/ + cd $(DESTDIR)/opt/csw/share/hatari && ln -s etos1024k.img tos.img gunzip $(DESTDIR)/opt/csw/share/man/man1/*.gz @$(MAKECOOKIE) Modified: csw/mgar/pkg/hatari/trunk/checksums =================================================================== --- csw/mgar/pkg/hatari/trunk/checksums 2025-01-19 22:31:51 UTC (rev 27150) +++ csw/mgar/pkg/hatari/trunk/checksums 2025-01-20 19:23:33 UTC (rev 27151) @@ -1 +1,2 @@ +85c26286129ff00849e0b3ee8729fdc3 emutos-1024k-1.3.zip e1797a606484c3db34f2cbffa4bc6eab hatari-2.4.1.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.