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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Fri Apr 9 17:12:27 CEST 2010


Revision: 9584
          http://gar.svn.sourceforge.net/gar/?rev=9584&view=rev
Author:   dmichelsen
Date:     2010-04-09 15:12:27 +0000 (Fri, 09 Apr 2010)

Log Message:
-----------
amanda: Initial commit, basic building works

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


Property changes on: csw/mgar/pkg/amanda/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/amanda/trunk/Makefile
===================================================================
--- csw/mgar/pkg/amanda/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/amanda/trunk/Makefile	2010-04-09 15:12:27 UTC (rev 9584)
@@ -0,0 +1,66 @@
+# : Makefile 9089 2010-03-11 08:34:46Z wahwah $
+GARNAME = amanda
+GARVERSION = 2.6.1p2
+CATEGORIES = apps
+
+DESCRIPTION = The Advanced Maryland Automatic Network Disk Archiver
+define BLURB
+endef
+
+MASTER_SITES = $(SF_MIRROR)
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
+
+# File name regex to get notifications about upstream software releases
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+DEP_PKGS = CSWperl CSWreadline CSWlibidn CSWglib2 CSWsasl CSWlibcares CSWggettextrt CSWzlib CSWoldaprt
+DEP_PKGS += CSWcurlrt CSWosslrt CSWlibnet
+
+VENDOR_URL = http://www.amanda.org
+
+LICENSE = COPYRIGHT
+
+# From packaging/rpm/amanda.spec for reference:
+
+#        --quiet \
+#        --prefix=%{PREFIX} \
+#        --sysconfdir=%{SYSCONFDIR} \
+#        --sharedstatedir=%{LOCALSTATEDIR} \
+#        --localstatedir=%{LOCALSTATEDIR} \
+#        --libdir=%{LIBDIR} \
+#        --includedir=%{INCLUDEDIR} \
+#        --with-amdatadir=%{AMDATADIR} \
+#        --with-gnuplot=/usr/bin/gnuplot \
+#        --with-gnutar=/bin/tar \
+#        --with-gnutar-listdir=%{AMANDAHOMEDIR}/gnutar-lists \
+#        --with-index-server=localhost \
+#        --with-tape-server=localhost \
+#        --with-user=%{config_user} \
+#        --with-group=%{config_group} \
+#        --with-owner=%{packer} \
+#        --with-fqdn \
+#        --with-bsd-security \
+#        --with-bsdtcp-security \
+#        --with-bsdudp-security \
+#        --with-ssh-security \
+#        --with-udpportrange=%{udpportrange} \
+#        --with-tcpportrange=%{tcpportrange} \
+#        --with-low-tcpportrange=%{low_tcpportrange} \
+#        --with-debugging=%{LOGDIR} \
+#        --with-assertions \
+#        --disable-installperms \
+#        %{?without_ipv6}
+
+# Configure a target using Makefile.PL
+# _CATEGORY_LD_OPTIONS ?= -L$(libdir) -lperl
+# PERL_CONFIGURE_ARGS ?= INSTALLDIRS=vendor $(EXTRA_PERL_CONFIGURE_ARGS)
+
+CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS += --with-gnuplot=/opt/csw/bin/gnuplot
+CONFIGURE_ARGS += --with-gnutar=/opt/csw/bin/gtar
+CONFIGURE_ARGS += --disable-installperms
+CONFIGURE_ARGS += --with-amperldir=/opt/csw/lib/perl/csw
+
+TEST_TARGET = check
+
+include gar/category.mk


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

Added: csw/mgar/pkg/amanda/trunk/checksums
===================================================================
--- csw/mgar/pkg/amanda/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/amanda/trunk/checksums	2010-04-09 15:12:27 UTC (rev 9584)
@@ -0,0 +1 @@
+816ef0101b6d968c5df7d7d7e793caed  amanda-2.6.1p2.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