[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r4461: add config, config.sub config.guess
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r4461: add config, config.sub config.guess |
Date: |
Sun, 30 Apr 2017 19:13:11 -0400 (EDT) |
User-agent: |
Bazaar (2.7.0dev1) |
------------------------------------------------------------
revno: 4461
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Sun 2017-04-30 16:13:08 -0700
message:
add config, config.sub config.guess
added:
pkg/gnu/config/ config-20170430231231-0lbw966hs16oxlmd-1
pkg/gnu/config/Makefile makefile-20170430231231-0lbw966hs16oxlmd-2
=== added directory 'pkg/gnu/config'
=== added file 'pkg/gnu/config/Makefile'
--- a/pkg/gnu/config/Makefile 1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/config/Makefile 2017-04-30 23:13:08 +0000
@@ -0,0 +1,56 @@
+# 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 = config
+GARNAME = config
+GARVERSION = 20170324
+HOME_URL = http://www.gnu.org/software/config/
+DESCRIPTION = config.guess and config.sub scripts
+define BLURB
+config.guess and config.sub scripts, of use by package developers
+endef
+
+######################################################################
+
+#MASTER_SITES = savannah.gnu.org
+
+# needs help2man for doc
+
+######################################################################
+
+include ../../../gar/gar.mk
+
+# config does not use normal installation; it is not a normal package.
+#
+# make getit
+# make dodoc
+# then, cd ./config; git pull once in a while to update
+
+
+
+getit:
+ git clone git://git.savannah.gnu.org/config.git
+
+
+dodoc:
+ make -C ./config manpages
+ make -C ./config check
+
+gitpull:
+ (cd config; git pull)
+
+
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r4461: add config, config.sub config.guess,
Carl Hansen <=