SF.net SVN: gar:[24334] csw/mgar/pkg/augeas/trunk/Makefile
tosmi at users.sourceforge.net
tosmi at users.sourceforge.net
Wed Nov 12 20:47:06 CET 2014
Revision: 24334
http://sourceforge.net/p/gar/code/24334
Author: tosmi
Date: 2014-11-12 19:46:59 +0000 (Wed, 12 Nov 2014)
Log Message:
-----------
include augeas lenses with libaugeas, so augtool becomes optional
e.g. ruby_augas depends then on libaugeas0 and not on augeas.
the augtool and augparse binaries are completely optional.
so is the same as in the redhat augeas-libs package.
Modified Paths:
--------------
csw/mgar/pkg/augeas/trunk/Makefile
Modified: csw/mgar/pkg/augeas/trunk/Makefile
===================================================================
--- csw/mgar/pkg/augeas/trunk/Makefile 2014-11-12 19:46:57 UTC (rev 24333)
+++ csw/mgar/pkg/augeas/trunk/Makefile 2014-11-12 19:46:59 UTC (rev 24334)
@@ -33,7 +33,8 @@
PACKAGES += CSWlibaugeas0
SPKG_DESC_CSWlibaugeas0 = The libaugeas.so.* files
-PKGFILES_CSWlibaugeas0 = $(call pkgfiles_lib,libaugeas.so.0)
+PKGFILES_CSWlibaugeas0 += $(call pkgfiles_lib,libaugeas.so.0)
+PKGFILES_CSWlibaugeas0 += $(datadir)/augeas/*
RUNTIME_DEP_PKGS_CSWlibaugeas0 = $(RUNTIME_DEP_PKGS_augeas)
PACKAGES += CSWlibfa1
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