[csw-devel] SF.net SVN: gar:[7167] csw/mgar/pkg

trygvis at users.sourceforge.net trygvis at users.sourceforge.net
Sun Nov 8 14:18:06 CET 2009


Revision: 7167
          http://gar.svn.sourceforge.net/gar/?rev=7167&view=rev
Author:   trygvis
Date:     2009-11-08 13:18:06 +0000 (Sun, 08 Nov 2009)

Log Message:
-----------
tofrodos: Initial commit.

Added Paths:
-----------
    csw/mgar/pkg/tofrodos/
    csw/mgar/pkg/tofrodos/branches/
    csw/mgar/pkg/tofrodos/tags/
    csw/mgar/pkg/tofrodos/trunk/
    csw/mgar/pkg/tofrodos/trunk/Makefile
    csw/mgar/pkg/tofrodos/trunk/checksums
    csw/mgar/pkg/tofrodos/trunk/files/


Property changes on: csw/mgar/pkg/tofrodos/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work


Added: svn:externals
   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Added: csw/mgar/pkg/tofrodos/trunk/Makefile
===================================================================
--- csw/mgar/pkg/tofrodos/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/tofrodos/trunk/Makefile	2009-11-08 13:18:06 UTC (rev 7167)
@@ -0,0 +1,43 @@
+GARNAME = tofrodos
+GARVERSION = 1.7.8
+CATEGORIES = utils
+
+DESCRIPTION = Brief description
+define BLURB
+  Long description
+endef
+
+WORKSRC ?= $(WORKDIR)/$(GARNAME)/src
+MASTER_SITES = http://tofrodos.sourceforge.net/download/
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
+
+# We define upstream file regex so we can be notifed of new upstream software release
+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 = 
+
+CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_SCRIPTS =
+
+#BUILD_ARGS = CC=$(CC) LD=$(CC) MAKE=$(MAKE) CDEBUG= CFLAGS="$(CFLAGS) -c"
+BUILD_ARGS = CC=$(CC) LD=$(CC) MAKE=$(MAKE) CDEBUG= CFLAGS="$(CFLAGS) -c -Dstricmp=strcasecmp"
+
+TEST_SCRIPTS =
+
+INSTALL_ARGS = BINDIR=$(DESTDIR)$(bindir) MANDIR=$(DESTDIR)$(mandir)/man1 INSTALL=$(bindir)/ginstall
+
+pre-install-modulated:
+	@echo "Creating directories"
+	mkdir -p $(DESTDIR)$(bindir)
+	mkdir -p $(DESTDIR)$(mandir)/man1
+
+post-install-modulated:
+	@echo "Creating links"
+	ln -s ./fromdos $(DESTDIR)$(bindir)/dos2unix
+	ln -s ./fromdos $(DESTDIR)$(bindir)/unix2dos
+	ln -s ./fromdos.1 $(DESTDIR)$(mandir)/man1/dos2unix
+	ln -s ./fromdos.1 $(DESTDIR)$(mandir)/man1/unix2dos
+
+include gar/category.mk

Added: csw/mgar/pkg/tofrodos/trunk/checksums
===================================================================
--- csw/mgar/pkg/tofrodos/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/tofrodos/trunk/checksums	2009-11-08 13:18:06 UTC (rev 7167)
@@ -0,0 +1 @@
+aaa044f9817a048e126d9eb7a7535e96  tofrodos-1.7.8.tar.gz


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