From ade6bb7b789da545b25c0b167dad88ef6a3a00b4 Mon Sep 17 00:00:00 2001
From: Norm Jacobs <Norm.Jacobs@Sun.COM>
Date: Tue, 09 Nov 2010 17:33:32 +0100
Subject: [PATCH] generate detectable dependencies at build time

---
 components/rsync/rsync.p5m |   20 +++-----------------
 1 files changed, 3 insertions(+), 17 deletions(-)

diff --git a/components/rsync/rsync.p5m b/components/rsync/rsync.p5m
index 2b1bc13..80d05b4 100644
--- a/components/rsync/rsync.p5m
+++ b/components/rsync/rsync.p5m
@@ -20,16 +20,6 @@
 #
 # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
 #
-set name=pkg.fmri \
-    value=pkg:/network/rsync@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
-set name=pkg.description value="$(COMPONENT_DESCRIPTION) "
-set name=pkg.summary value="$(COMPONENT_SUMMARY) "
-set name=info.classification \
-    value="org.opensolaris.category.2008:$(COMPONENT_CLASSIFICATION) "
-set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
-set name=info.upstream_url value=$(COMPONENT_PROJECT_URL)
-set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
-set variant.arch=$(ARCH)
 license COPYING license="GPLv2"
 dir path=usr
 dir path=usr/bin
@@ -37,10 +27,6 @@
 dir path=usr/share/man
 dir path=usr/share/man/man1
 dir path=usr/share/man/man5
-file path=usr/bin/rsync variant.arch=$(ARCH)
-file path=usr/share/man/man1/rsync.1
-file path=usr/share/man/man5/rsyncd.conf.5
-depend fmri=pkg:/system/library type=require
-
-
-
+file NOHASH path=usr/bin/rsync variant.arch=$(ARCH)
+file NOHASH path=usr/share/man/man1/rsync.1
+file NOHASH path=usr/share/man/man5/rsyncd.conf.5

--
Gitblit v1.9.3