[csw-devel] SF.net SVN: gar:[9008] csw/mgar/pkg/lua/trunk

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Sun Mar 7 09:36:00 CET 2010


Revision: 9008
          http://gar.svn.sourceforge.net/gar/?rev=9008&view=rev
Author:   wahwah
Date:     2010-03-07 08:35:55 +0000 (Sun, 07 Mar 2010)

Log Message:
-----------
lua: Moved to GAR v2

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

Removed Paths:
-------------
    csw/mgar/pkg/lua/trunk/files/CSWlua.gspec

Property Changed:
----------------
    csw/mgar/pkg/lua/trunk/
    csw/mgar/pkg/lua/trunk/Makefile


Property changes on: csw/mgar/pkg/lua/trunk
___________________________________________________________________
Modified: svn:externals
   - gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v1

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


Modified: csw/mgar/pkg/lua/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lua/trunk/Makefile	2010-03-07 08:22:32 UTC (rev 9007)
+++ csw/mgar/pkg/lua/trunk/Makefile	2010-03-07 08:35:55 UTC (rev 9008)
@@ -1,3 +1,5 @@
+# $Id$
+
 GARNAME = lua
 GARVERSION = 5.1.4
 CATEGORIES = lang
@@ -2,3 +4,3 @@
 
-DESCRIPTION = light-weight language designed for extending applications
+DESCRIPTION = Light-weight language designed for extending applications
 define BLURB
@@ -9,23 +11,25 @@
   language.
 endef
 
+SPKG_SOURCEURL = http://www.lua.org/
 MASTER_SITES = http://www.lua.org/ftp/
 DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
-DISTFILES += CSWlua.gspec 
 PATCHFILES = dynamic.patch
 
-#CSWlua.prototype CSWlua.depend
-
-# We define upstream file regex so we can be notifed of new upstream software release
 UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
 
-#LIBDEPS += lib/db lib/gdbm
+CONFIGURE_SCRIPTS =
 
-# Configuration flags
-CONFIGURE_SCRIPTS=
+BUILD_ARGS += solaris CC=$(CC)
+BUILD_ARGS += CFLAGS="${CFLAGS}
+BUILD_ARGS += -DLUA_USE_POSIX
+BUILD_ARGS += -DLUA_USE_DLOPEN
+BUILD_ARGS += -KPIC" MYLIBS="-ldl"
 
-BUILD_ARGS += solaris CC=$(CC) CFLAGS="${CFLAGS} -DLUA_USE_POSIX -DLUA_USE_DLOPEN -KPIC" MYLIBS="-ldl"
+INSTALL_ARGS += INSTALL=ginstall
+INSTALL_ARGS += INSTALL_TOP=$(DESTDIR)$(prefix)
+INSTALL_ARGS += INSTALL_MAN=$(DESTDIR)$(mandir)/man1
 
-INSTALL_ARGS += INSTALL=ginstall INSTALL_TOP=$(DESTDIR)$(prefix) INSTALL_MAN=$(DESTDIR)$(mandir)/man1
+LICENSE = COPYRIGHT
 
 include gar/category.mk


Property changes on: csw/mgar/pkg/lua/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
   + Id

Deleted: csw/mgar/pkg/lua/trunk/files/CSWlua.gspec
===================================================================
--- csw/mgar/pkg/lua/trunk/files/CSWlua.gspec	2010-03-07 08:22:32 UTC (rev 9007)
+++ csw/mgar/pkg/lua/trunk/files/CSWlua.gspec	2010-03-07 08:35:55 UTC (rev 9008)
@@ -1,4 +0,0 @@
-%var            bitname lua
-%var            pkgname CSWlua
-%include        url file://%{PKGLIB}/csw_dyndepend.gspec
-%copyright      url file://%{WORKSRC_FIRSTMOD}/COPYRIGHT


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