gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r8647: update guile-sodium to main


From: Carl Hansen
Subject: [Gsrc-commit] trunk r8647: update guile-sodium to main
Date: Mon, 10 Oct 2022 20:08:31 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 8647
revision-id: carlhansen1234@gmail.com-20221011000824-zocrl0mo8kgdw906
parent: carlhansen1234@gmail.com-20221010230548-69efuxp3phz1afy0
committer: carlhansen1234@gmail.com
branch nick: trunk
timestamp: Mon 2022-10-10 17:08:24 -0700
message:
  update guile-sodium to main
added:
  pkg/other/guile-sodium/        guilesodium-20221011000801-8k57e3xnc5htdwbt-1
  pkg/other/guile-sodium/Makefile makefile-20221011000801-8k57e3xnc5htdwbt-3
  pkg/other/guile-sodium/config.mk config.mk-20221011000801-8k57e3xnc5htdwbt-2
=== added directory 'pkg/other/guile-sodium'
=== added file 'pkg/other/guile-sodium/Makefile'
--- a/pkg/other/guile-sodium/Makefile   1970-01-01 00:00:00 +0000
+++ b/pkg/other/guile-sodium/Makefile   2022-10-11 00:08:24 +0000
@@ -0,0 +1,77 @@
+# Copyright © 2022 Carl Hansen <carlhansen@gnu.org>
+#
+# This file is part of GSRC, the GNU Source Release Collection.
+# http://www.gnu.org/software/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/>.
+# 
+#
+# Send bug reports and comments about GSRC problems to bug-gsrc@gnu.org
+
+ 
+NAME = guile-sodium
+GARNAME = guile-sodium
+GARVERSION = main
+HOME_URL = https://inqlab.net/git/guile-sodium.git
+DESCRIPTION = Guile connection to libsodium library
+define BLURB
+endef
+
+######################################################################
+# https://inqlab.net/git/guile-sodium.git
+MASTER_SITES =   https://inqlab.net/
+MASTER_SUBDIR =  git/
+GIT_PATH = $(MASTER_SITES)/$(MASTER_SUBDIR)/$(GARNAME).git
+DISTFILES = 
+SIGFILES =
+
+GIT_REVISION = main    
+
+GITSRC =  $(BASEDIRABS)/$(DOWNLOADDIRGIT)/$(GARNAME)
+WORKSRC =               $(DOWNLOADDIRGIT)/$(GARNAME)
+WORKOBJ = $(WORKDIR)/$(DISTNAME)
+
+
+USE_AUTORECONF = yes
+
+BUILD_SCRIPTS = it
+BUILDDEPS =
+LIBDEPS = # guile
+LICENSE = GNU GPL 3 or later
+######################################################################
+
+include ../../../gar/gar.lib/auto.mk
+include config.mk
+
+inf:
+       @echo PWD  $(PWD)
+       @echo GITSRC $(GITSRC)
+       @echo WORKSRC $(WORKSRC)
+       @echo WORKOBJ $(WORKOBJ)
+       cd $(BASEDIRABS)/download  && pwd
+
+pre-fetch:
+       mkdir -p $(WORKSRC)
+       $(MAKE) fetch-git
+       $(MAKECOOKIE)
+
+#post-fetch:
+
+
+build-it: fetch-git
+       mkdir -p $(WORKOBJ)
+       cd $(WORKOBJ)  &&       $(MAKE) 
+       $(MAKECOOKIE)
+
+

=== added file 'pkg/other/guile-sodium/config.mk'
--- a/pkg/other/guile-sodium/config.mk  1970-01-01 00:00:00 +0000
+++ b/pkg/other/guile-sodium/config.mk  2022-10-11 00:08:24 +0000
@@ -0,0 +1,4 @@
+## Configuration options ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=


reply via email to

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