gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r3499: add hurd. Works as well as the rest of hurd s


From: Carl Hansen
Subject: [Gsrc-commit] trunk r3499: add hurd. Works as well as the rest of hurd system
Date: Sun, 01 Nov 2015 06:21:05 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 3499
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Sat 2015-10-31 23:21:01 -0700
message:
  add hurd. Works as well as the rest of hurd system
added:
  gnu/hurd/                      hurd-20151101062018-2w3g64o56ra0e1pa-1
  gnu/hurd/Makefile              makefile-20151101062018-2w3g64o56ra0e1pa-3
  gnu/hurd/config.mk             config.mk-20151101062018-2w3g64o56ra0e1pa-2
  gnu/hurd/sha256sums            sha256sums-20151101062018-2w3g64o56ra0e1pa-4
=== added directory 'gnu/hurd'
=== added file 'gnu/hurd/Makefile'
--- a/gnu/hurd/Makefile 1970-01-01 00:00:00 +0000
+++ b/gnu/hurd/Makefile 2015-11-01 06:21:01 +0000
@@ -0,0 +1,44 @@
+# Copyright ©  2015  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 = hurd
+GARNAME = hurd
+GARVERSION = 0.7
+HOME_URL = http://www.gnu.org/software/hurd/
+DESCRIPTION = kernel of the GNU system
+define BLURB
+endef
+
+######################################################################
+
+MASTER_SITES = $(MASTER_GNU)
+MASTER_SUBDIR = $(GARNAME)/
+DISTFILES = $(DISTNAME).tar.bz2
+SIGFILES = $(DISTNAME).tar.bz2.sig
+
+BUILDDEPS =
+LIBDEPS =
+
+######################################################################
+
+ifneq ($(GARARCH),i386)
+include ../../gar.lib/wrong_arch.mk
+else
+include ../../gar.lib/auto.mk
+include ../../gar.lib/info.mk
+endif
+include config.mk

=== added file 'gnu/hurd/config.mk'
--- a/gnu/hurd/config.mk        1970-01-01 00:00:00 +0000
+++ b/gnu/hurd/config.mk        2015-11-01 06:21:01 +0000
@@ -0,0 +1,4 @@
+## Configuration options for hurd ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'gnu/hurd/sha256sums'
--- a/gnu/hurd/sha256sums       1970-01-01 00:00:00 +0000
+++ b/gnu/hurd/sha256sums       2015-11-01 06:21:01 +0000
@@ -0,0 +1,2 @@
+0efef7bf631a585586a38e23538374b49bb4c0e4c1a7f78ab7aa01abfcf36aea  
download/hurd-0.7.tar.bz2
+b76cf98842f8daba653b6040355cb2be7730195728f11a09129685be3821a919  
download/hurd-0.7.tar.bz2.sig


reply via email to

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