gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] trunk r4777: update gnumaintainerinfo to 2017-09-26


From: Carl Hansen
Subject: [Gsrc-commit] trunk r4777: update gnumaintainerinfo to 2017-09-26
Date: Tue, 26 Sep 2017 20:51:38 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 4777
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Tue 2017-09-26 17:51:35 -0700
message:
  update gnumaintainerinfo to 2017-09-26
added:
  pkg/gnu/gnumaintainerinfo/     
gnumaintainerinfo-20170927004920-r71ovfe5pg41tp7d-1
  pkg/gnu/gnumaintainerinfo/Makefile makefile-20170927004920-r71ovfe5pg41tp7d-3
  pkg/gnu/gnumaintainerinfo/config.mk 
config.mk-20170927004920-r71ovfe5pg41tp7d-2
=== added directory 'pkg/gnu/gnumaintainerinfo'
=== added file 'pkg/gnu/gnumaintainerinfo/Makefile'
--- a/pkg/gnu/gnumaintainerinfo/Makefile        1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/gnumaintainerinfo/Makefile        2017-09-27 00:51:35 +0000
@@ -0,0 +1,70 @@
+# Copyright © 2013, 2014 Brandon Invergo <address@hidden>
+# Copyright © 2017 Carl Hansen <address@hidden>
+#
+# This file is part of GSRC.
+#
+# GSRC is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# GSRC is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
+# License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
+
+NAME = GNU Maintainer information 
+GARNAME = gnumaintainerinfo
+GARVERSION = 2017-09-26
+HOME_URL = http://www.gnu.org/prep/
+DESCRIPTION = GNU maintainer information
+define BLURB
+This package contains info documents, in texinfo source form, 
+outlining the  information for GNU package maintainers.
+See http://www.gnu.org/prep/ to see it all online, ready to read.
+endef
+
+######################################################################
+#https://www.gnu.org/prep/standards/standards.texi.tar.gz
+#https://www.gnu.org/prep/maintain/maintain.texi.tar.gz
+# not in mirrors:
+MASTER_SITES = https://www.gnu.org/
+MASTER_SUBDIR = prep/maintain/
+DISTFILES =  maintain.texi.tar.gz
+#DISTFILES = standards.texi.tar.gz 
+SIGFILES =
+
+NOCHECKSUM = $(DISTFILES)
+BUILD_SCRIPTS = info
+INSTALL_SCRIPTS = info
+INFO_FILES =  maintain.info
+COLLISIONS = share/info/dir
+
+BUILDDEPS = texinfo
+LIBDEPS =
+
+WORKSRC=$(WORKDIR)/
+
+######################################################################
+
+include config.mk
+include ../../../gar/gar.mk
+include ../../../gar/gar.lib/info.mk
+
+# This builds/install the .info version. If you desire html,pdf, etc
+# look at texinfo documentation.
+
+build-info:
+       @printf "[$(OK)build$(OFF)] $(MSG)Building info files\n$(OFF)"
+       cd $(WORKSRC) && makeinfo maintain
+       $(MAKECOOKIE)
+
+install-info:
+       @printf "[$(OK)install$(OFF)] $(MSG)Installing info files\n$(OFF)"
+       mkdir -p $(packageprefix)/share/info
+       $(INSTALL_INFO) $(WORKSRC)/maintain.info
+       $(MAKECOOKIE)
+

=== added file 'pkg/gnu/gnumaintainerinfo/config.mk'
--- a/pkg/gnu/gnumaintainerinfo/config.mk       1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/gnumaintainerinfo/config.mk       2017-09-27 00:51:35 +0000
@@ -0,0 +1,4 @@
+## Configuration options  ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=


reply via email to

[Prev in Thread] Current Thread [Next in Thread]