gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r3646: new pkg, a convenience download of gnulib


From: Carl Hansen
Subject: [Gsrc-commit] trunk r3646: new pkg, a convenience download of gnulib
Date: Mon, 02 May 2016 06:04:02 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 3646
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Sun 2016-05-01 23:04:05 -0700
message:
  new pkg, a convenience download of gnulib
added:
  gnu/gnulib/                    gnulib-20160502060323-4ahwfmtzlc16vc7n-1
  gnu/gnulib/Makefile            makefile-20160502060323-4ahwfmtzlc16vc7n-2
=== added directory 'gnu/gnulib'
=== added file 'gnu/gnulib/Makefile'
--- a/gnu/gnulib/Makefile       1970-01-01 00:00:00 +0000
+++ b/gnu/gnulib/Makefile       2016-05-02 06:04:05 +0000
@@ -0,0 +1,52 @@
+# Copyright © 2016 Carl Hansen
+#
+# 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 = gnulib
+GARNAME = gnulib
+GARVERSION = 20160501
+HOME_URL = http://www.gnu.org/software/gnulib/
+DESCRIPTION =  gnulib, a source library of code for developing
+define BLURB
+Gnulib is a source code library that provides basic functionality to
+programs and libraries.  Many software packages make use of Gnulib to
+avoid reinventing the portability wheel. It is included in GSRC as 
+a convenience to the programmer.
+endef
+
+######################################################################
+
+#MASTER_SITES =  savannah.gnu.org
+#MASTER_SUBDIR = $(GARNAME)/
+#DISTFILES = $(DISTNAME).tar.gz
+#SIGFILES = $(DISTNAME).tar.gz.sig
+
+#BUILDDEPS =
+#LIBDEPS =
+
+######################################################################
+
+# make getit
+# then, cd ./gnulib; git pull     once in a while to update 
+
+
+getit:
+       git clone git://git.savannah.gnu.org/gnulib.git
+       make -C ./gnulib/doc
+       ln -s  `realpath ./gnulib/doc/gnulib.info`  $(prefix)/share/info/
+       echo local copy make, there is no other installation 
+
+


reply via email to

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