[csw-devel] SF.net SVN: gar:[3746] csw/mgar/pkg/hatari/trunk

jake_goerzen at users.sourceforge.net jake_goerzen at users.sourceforge.net
Fri Mar 13 16:43:50 CET 2009


Revision: 3746
          http://gar.svn.sourceforge.net/gar/?rev=3746&view=rev
Author:   jake_goerzen
Date:     2009-03-13 15:43:50 +0000 (Fri, 13 Mar 2009)

Log Message:
-----------
add CSWhatari.depend CSWhatari.gspec files

Modified Paths:
--------------
    csw/mgar/pkg/hatari/trunk/Makefile

Added Paths:
-----------
    csw/mgar/pkg/hatari/trunk/files/CSWhatari.depend
    csw/mgar/pkg/hatari/trunk/files/CSWhatari.gspec

Modified: csw/mgar/pkg/hatari/trunk/Makefile
===================================================================
--- csw/mgar/pkg/hatari/trunk/Makefile	2009-03-13 15:10:16 UTC (rev 3745)
+++ csw/mgar/pkg/hatari/trunk/Makefile	2009-03-13 15:43:50 UTC (rev 3746)
@@ -9,17 +9,21 @@
 
 MASTER_SITES = http://download.berlios.de/hatari/
 DISTFILES  = $(GARNAME)-$(GARVERSION).tar.bz2
-DISTFILES += $(call admfiles,CSWhatari,)
+DISTFILES += $(call admfiles,CSWhatari, depend )
 
 # We define upstream file regex so we can be notifed of new upstream software release
-UFILES_REGEX = -(\d+(?:\.\d+)*).tar.gz
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
 
 # If the url used to check for software update is different of MASTER_SITES, then 
 # uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES
 # UPSTREAM_MASTER_SITES = 
 
+# NOTE: before building replace stdint.h -> sys/types.h in file src/int.c & src/uae-cpu/sysdeps.h   At final link stage linker cannot find -lpng -lreadline force it with LD_OPTIONS=-L/opt/csw/lib gmake build   need to make patch.
+
+LICENSE = gpl.txt
+
 GARCOMPILER = GNU
-
+TEST_SCRIPTS =
 CONFIGURE_ARGS = $(DIRPATHS)
 
 include gar/category.mk

Added: csw/mgar/pkg/hatari/trunk/files/CSWhatari.depend
===================================================================
--- csw/mgar/pkg/hatari/trunk/files/CSWhatari.depend	                        (rev 0)
+++ csw/mgar/pkg/hatari/trunk/files/CSWhatari.depend	2009-03-13 15:43:50 UTC (rev 3746)
@@ -0,0 +1,4 @@
+P	CSWlibsdl
+P	CSWpng
+P	CSWreadline
+P	CSWzlib

Added: csw/mgar/pkg/hatari/trunk/files/CSWhatari.gspec
===================================================================
--- csw/mgar/pkg/hatari/trunk/files/CSWhatari.gspec	                        (rev 0)
+++ csw/mgar/pkg/hatari/trunk/files/CSWhatari.gspec	2009-03-13 15:43:50 UTC (rev 3746)
@@ -0,0 +1,4 @@
+%var            bitname hatari
+%var            pkgname CSWhatari
+%include        url file://%{PKGLIB}/csw_dyndepend.gspec
+%copyright      url file://%{WORKSRC}/gpl.txt


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list