[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r4529: lzip added
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r4529: lzip added |
Date: |
Mon, 5 Jun 2017 15:04:26 -0400 (EDT) |
User-agent: |
Bazaar (2.7.0dev1) |
------------------------------------------------------------
revno: 4529
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Mon 2017-06-05 12:04:22 -0700
message:
lzip added
added:
pkg/other/lzip/ lzip-20170605190352-2gh52ucfavvm6xfz-1
pkg/other/lzip/Makefile makefile-20170605190352-2gh52ucfavvm6xfz-3
pkg/other/lzip/config.mk config.mk-20170605190352-2gh52ucfavvm6xfz-2
pkg/other/lzip/gpg-keyring gpgkeyring-20170605190352-2gh52ucfavvm6xfz-4
pkg/other/lzip/sha256sums sha256sums-20170605190352-2gh52ucfavvm6xfz-5
=== added directory 'pkg/other/lzip'
=== added file 'pkg/other/lzip/Makefile'
--- a/pkg/other/lzip/Makefile 1970-01-01 00:00:00 +0000
+++ b/pkg/other/lzip/Makefile 2017-06-05 19:04:22 +0000
@@ -0,0 +1,46 @@
+
+# Copyright © 2017 Carl Hansen <address@hidden>
+#
+# This file is part of GSRC, the GNU Source Release Collection.
+#
+# 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 address@hidden
+
+NAME = lzip
+GARNAME = lzip
+GARVERSION = 1.19
+HOME_URL = http://lzip.nongnu.org/
+DESCRIPTION = Compression utility, highly robust recoverability
+define BLURB
+
+endef
+
+######################################################################
+
+
+MASTER_SITES = $(MASTER_SAVANNAH_RELEASES)
+MASTER_SUBDIR = $(GARNAME)/
+DISTFILES = $(DISTNAME).tar.gz
+SIGFILES = $(DISTNAME).tar.gz.sig
+
+BUILDDEPS =
+LIBDEPS =
+
+######################################################################
+
+include ../../../gar/gar.lib/auto.mk
+include ../../../gar/gar.lib/info.mk
+include config.mk
+
=== added file 'pkg/other/lzip/config.mk'
--- a/pkg/other/lzip/config.mk 1970-01-01 00:00:00 +0000
+++ b/pkg/other/lzip/config.mk 2017-06-05 19:04:22 +0000
@@ -0,0 +1,5 @@
+## Configuration options ##
+## adjust as needed
+
+CONFIGURE_OPTS ?=
+BUILD_OPTS ?=
=== added file 'pkg/other/lzip/gpg-keyring'
Binary files a/pkg/other/lzip/gpg-keyring 1970-01-01 00:00:00 +0000 and
b/pkg/other/lzip/gpg-keyring 2017-06-05 19:04:22 +0000 differ
=== added file 'pkg/other/lzip/sha256sums'
--- a/pkg/other/lzip/sha256sums 1970-01-01 00:00:00 +0000
+++ b/pkg/other/lzip/sha256sums 2017-06-05 19:04:22 +0000
@@ -0,0 +1,2 @@
+ffadc4f56be1bc0d3ae155ec4527bd003133bdc703a753b2cc683f610e646ba9
download/lzip-1.19.tar.gz
+18f01d0ca62275f60c049e8902844bfa58522d294d6a04df452ed63d9dbc0c9b
download/lzip-1.19.tar.gz.sig
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r4529: lzip added,
Carl Hansen <=