[csw-devel] SF.net SVN: gar:[10725] csw/mgar/pkg/rssh/trunk/Makefile
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Thu Aug 12 10:16:16 CEST 2010
Revision: 10725
http://gar.svn.sourceforge.net/gar/?rev=10725&view=rev
Author: dmichelsen
Date: 2010-08-12 08:16:16 +0000 (Thu, 12 Aug 2010)
Log Message:
-----------
rssh: Add dependencies
Modified Paths:
--------------
csw/mgar/pkg/rssh/trunk/Makefile
Modified: csw/mgar/pkg/rssh/trunk/Makefile
===================================================================
--- csw/mgar/pkg/rssh/trunk/Makefile 2010-08-12 08:15:40 UTC (rev 10724)
+++ csw/mgar/pkg/rssh/trunk/Makefile 2010-08-12 08:16:16 UTC (rev 10725)
@@ -22,10 +22,20 @@
VENDOR_URL = http://www.pizzashack.org/rssh/
+BUILD_DEP_PKGS = CSWossh CSWcvs CSWrdist CSWrsync
+
+# We need at least OpenSSH, the other programs are optional
+RUNTIME_DEP_PKGS = CSWossh
+
sysconfdir = /etc/opt/csw
MIGRATE_FILES = rssh.conf
CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS += --with-scp=$(bindir)/scp
+CONFIGURE_ARGS += --with-sftp-server=$(libexecdir)/sftp-server
+CONFIGURE_ARGS += --with-cvs=$(bindir)/cvs
+CONFIGURE_ARGS += --with-rdist=$(bindir)/rdist
+CONFIGURE_ARGS += --with-rsync=$(bindir)/rsync
TEST_TARGET = check
@@ -33,6 +43,8 @@
PROTOTYPE_FILES_makesuid = $(libexecdir)/rssh_chroot_helper
PROTOTYPE_PERMS_makesuid = 4755
+CHECKPKG_OVERRIDES_CSWrssh += surplus-dependency|CSWossh
+
include gar/category.mk
post-install-modulated:
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