[csw-devel] SF.net SVN: gar:[19230] csw/mgar/pkg
jamessthompson at users.sourceforge.net
jamessthompson at users.sourceforge.net
Tue Sep 18 15:07:55 CEST 2012
Revision: 19230
http://gar.svn.sourceforge.net/gar/?rev=19230&view=rev
Author: jamessthompson
Date: 2012-09-18 13:07:55 +0000 (Tue, 18 Sep 2012)
Log Message:
-----------
initial check-in of a GLPI build config
Added Paths:
-----------
csw/mgar/pkg/glpi/
csw/mgar/pkg/glpi/Makefile
csw/mgar/pkg/glpi/branches/
csw/mgar/pkg/glpi/tags/
csw/mgar/pkg/glpi/trunk/
csw/mgar/pkg/glpi/trunk/Makefile
csw/mgar/pkg/glpi/trunk/checksums
csw/mgar/pkg/glpi/trunk/files/
csw/mgar/pkg/glpi/trunk/files/README.CSW
Added: csw/mgar/pkg/glpi/Makefile
===================================================================
--- csw/mgar/pkg/glpi/Makefile (rev 0)
+++ csw/mgar/pkg/glpi/Makefile 2012-09-18 13:07:55 UTC (rev 19230)
@@ -0,0 +1,2 @@
+%:
+ $(MAKE) -C trunk $*
Property changes on: csw/mgar/pkg/glpi/trunk
___________________________________________________________________
Added: svn:ignore
+ work
Added: csw/mgar/pkg/glpi/trunk/Makefile
===================================================================
--- csw/mgar/pkg/glpi/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/glpi/trunk/Makefile 2012-09-18 13:07:55 UTC (rev 19230)
@@ -0,0 +1,67 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = glpi
+VERSION = 0.83.4
+GARTYPE = v2
+CATEGORIES = apps
+
+DESCRIPTION = Inventory-Resource system for computer equipment
+define BLURB
+GLPI is the Information Resource-Manager with an additional Administration- Inte
+rface. You can use it to build up a database with an inventory for your company
+(computer, software, printers...). It has enhanced functions to make the daily l
+ife for the administrators easier, like a job-tracking-system with mail-notifica
+tion and methods to build a database with basic information about your network-t
+opology.
+endef
+
+VENDOR_URL = http://www.glpi-project.org/
+
+MASTER_SITES = https://forge.indepnet.net/attachments/download/1253/
+DISTFILES = $(DISTNAME)-$(VERSION).tar.gz
+DISTFILES += README.CSW
+DISTNAME=glpi
+LICENSE=COPYING.txt
+
+NOGITPATCH = 1
+
+POSTMSG = /opt/csw/share/doc/glpi/README.CSW
+
+RUNTIME_DEP_PKGS_CSWglpi += CSWap2-modphp5
+RUNTIME_DEP_PKGS_CSWglpi += CSWapache2
+RUNTIME_DEP_PKGS_CSWglpi += CSWphp5-mysql
+RUNTIME_DEP_PKGS_CSWglpi += CSWphp5-json
+
+CONFIGURE_SCRIPTS =
+BUILD_SCRIPTS =
+TEST_SCRIPTS =
+INSTALL_SCRIPTS = custom
+
+REINPLACE_USRSHARE += /config/based_config.php
+
+# checkpkg cannot track this
+CHECKPKG_OVERRIDES_CSWglpi += surplus-dependency|CSWapache2
+CHECKPKG_OVERRIDES_CSWglpi += surplus-dependency|CSWap2-modphp5
+CHECKPKG_OVERRIDES_CSWglpi += surplus-dependency|CSWphp5-mysql
+CHECKPKG_OVERRIDES_CSWglpi += surplus-dependency|CSWphp5-json
+
+
+ARCHALL = 1
+PACKAGING_PLATFORMS += solaris9-sparc solaris9-i386
+PACKAGING_PLATFORMS += solaris10-sparc solaris10-i386
+PACKAGING_PLATFORMS += solaris11-sparc solaris11-i386
+
+#PACKAGING_PLATFORMS = solaris9-i386 solaris9-sparc solaris10-i386 solaris10-sparc solaris11-i386 solaris11-sparc
+
+
+include gar/category.mk
+
+install-custom:
+ @echo " ==> Installing $(NAME) (custom)"
+ @rm -rf $(DESTDIR)$(prefix)/share/www/glpi
+ @ginstall -d $(DESTDIR)$(prefix)/share/www/glpi
+ @cp -R $(WORKSRC) $(DESTDIR)$(prefix)/share/www
+ @ginstall -d $(DESTDIR)$(docdir)/glpi
+ @cp $(WORKSRC)/COPYING.txt $(DESTDIR)$(docdir)/glpi/license
+ @$(MAKECOOKIE)
Property changes on: csw/mgar/pkg/glpi/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: csw/mgar/pkg/glpi/trunk/checksums
===================================================================
--- csw/mgar/pkg/glpi/trunk/checksums (rev 0)
+++ csw/mgar/pkg/glpi/trunk/checksums 2012-09-18 13:07:55 UTC (rev 19230)
@@ -0,0 +1,2 @@
+33d96058f7b52794fe8dd34fa4f37a80 README.CSW
+1248ab829b71be67453979ac40578a18 glpi-0.83.4.tar.gz
Added: csw/mgar/pkg/glpi/trunk/files/README.CSW
===================================================================
--- csw/mgar/pkg/glpi/trunk/files/README.CSW (rev 0)
+++ csw/mgar/pkg/glpi/trunk/files/README.CSW 2012-09-18 13:07:55 UTC (rev 19230)
@@ -0,0 +1,6 @@
+Post installation you will find GLPI installed into /opt/csw/share/www/glpi
+
+To complete installation you will need to follow the setup instructions
+in the installation guide located at http://www.glpi-project.org/ starting
+with the section on setting the permissions on the files and config
+directories
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