SF.net SVN: gar:[22167] csw/mgar/pkg/mysql5/branches/mysql-5.5.x/Makefile
pfelecan at users.sourceforge.net
pfelecan at users.sourceforge.net
Tue Oct 8 13:53:16 CEST 2013
Revision: 22167
http://gar.svn.sourceforge.net/gar/?rev=22167&view=rev
Author: pfelecan
Date: 2013-10-08 11:53:16 +0000 (Tue, 08 Oct 2013)
Log Message:
-----------
mysql5/branches/mysql-5.5.x: create documentation sub-package
Modified Paths:
--------------
csw/mgar/pkg/mysql5/branches/mysql-5.5.x/Makefile
Modified: csw/mgar/pkg/mysql5/branches/mysql-5.5.x/Makefile
===================================================================
--- csw/mgar/pkg/mysql5/branches/mysql-5.5.x/Makefile 2013-10-08 11:25:53 UTC (rev 22166)
+++ csw/mgar/pkg/mysql5/branches/mysql-5.5.x/Makefile 2013-10-08 11:53:16 UTC (rev 22167)
@@ -168,6 +168,12 @@
CHECKPKG_OVERRIDES_CSW$(NAME) += no-direct-binding|/opt/csw/libexec/sparcv9/mysqld|is|not|directly|bound|to|soname|libmtmalloc.so.1
CHECKPKG_OVERRIDES_CSW$(NAME) += no-direct-binding|/opt/csw/libexec/amd64/mysqld|is|not|directly|bound|to|soname|libmtmalloc.so.1
+PACKAGES += CSW$(NAME)-doc
+CATALOGNAME_CSW$(NAME)-doc = $(NAME)_doc
+SPKG_DESC_CSW$(NAME)-doc += $(DESCRIPTION), documentation
+PKGFILES_CSW$(NAME)-doc += /opt/csw/share/info/mysql.info
+ARCHALL_CSW$(NAME)-doc = 1
+
# An example:
# s9_preload.so.1|is|needed|by|/opt/csw/bin/innochecksum|but|never|used
#CHECKPKG_OVERRIDES_CSW$(NAME) += soname-unused
@@ -347,6 +353,8 @@
ln -s libmysqlclient.so.18 libmysqlclient_r.so.18)
(cd $(DESTDIR)$(libdir); rm libmysqlclient_r.so.18.0.0; \
ln -s libmysqlclient.so.18.0.0 libmysqlclient_r.so.18.0.0)
+ ginstall -m 755 -d $(DESTDIR)$(infodir)
+ ginstall -m 644 $(WORKSRC)/Docs/mysql.info $(DESTDIR)/$(infodir)
@$(MAKECOOKIE)
post-merge:
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