[csw-devel] SF.net SVN: gar:[9075] csw/mgar/pkg/librsync/trunk/Makefile
skayser at users.sourceforge.net
skayser at users.sourceforge.net
Wed Mar 10 10:28:45 CET 2010
Revision: 9075
http://gar.svn.sourceforge.net/gar/?rev=9075&view=rev
Author: skayser
Date: 2010-03-10 09:28:45 +0000 (Wed, 10 Mar 2010)
Log Message:
-----------
librsync: added deps
Modified Paths:
--------------
csw/mgar/pkg/librsync/trunk/Makefile
Modified: csw/mgar/pkg/librsync/trunk/Makefile
===================================================================
--- csw/mgar/pkg/librsync/trunk/Makefile 2010-03-10 08:09:51 UTC (rev 9074)
+++ csw/mgar/pkg/librsync/trunk/Makefile 2010-03-10 09:28:45 UTC (rev 9075)
@@ -4,7 +4,7 @@
DESCRIPTION = Library with the rolling-checksum algorithm known from rsync
define BLURB
- ibrsync implements the rolling-checksum algorithm of remote file
+ librsync implements the rolling-checksum algorithm of remote file
synchronization that was popularized by the rsync utility and is used in
rproxy. This algorithm transfers the differences between 2 files without
needing both files on the same system.
@@ -14,6 +14,10 @@
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+RUNTIME_DEP_PKGS_CSWlibrsync += CSWbzip2
+RUNTIME_DEP_PKGS_CSWlibrsync += CSWlibpopt
+RUNTIME_DEP_PKGS_CSWlibrsync += CSWzlib
+
CONFIGURE_ARGS = $(DIRPATHS)
TEST_TARGET = check
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