[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r4474: another prog, color ascii art libcaca
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r4474: another prog, color ascii art libcaca |
Date: |
Sat, 13 May 2017 02:59:28 -0400 (EDT) |
User-agent: |
Bazaar (2.7.0dev1) |
------------------------------------------------------------
revno: 4474
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Fri 2017-05-12 23:59:24 -0700
message:
another prog, color ascii art libcaca
added:
pkg/other/libcaca/ libcaca-20170513065829-ohu8allhcx3mverc-1
pkg/other/libcaca/Makefile makefile-20170513065829-ohu8allhcx3mverc-3
pkg/other/libcaca/config.mk config.mk-20170513065829-ohu8allhcx3mverc-2
pkg/other/libcaca/sha256sums sha256sums-20170513065829-ohu8allhcx3mverc-4
=== added directory 'pkg/other/libcaca'
=== added file 'pkg/other/libcaca/Makefile'
--- a/pkg/other/libcaca/Makefile 1970-01-01 00:00:00 +0000
+++ b/pkg/other/libcaca/Makefile 2017-05-13 06:59:24 +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 = libcaca
+GARNAME = libcaca
+GARVERSION = 0.99.beta19
+HOME_URL = http://www.gnome.org/
+DESCRIPTION = Color ascii-art library
+define BLURB
+Color ascii-art library, used by liquidwar6 game.
+endef
+
+######################################################################
+
+
+MASTER_SITES = http://caca.zoy.org/
+MASTER_SUBDIR = files/$(GARNAME)/
+DISTFILES = $(DISTNAME).tar.gz
+SIGFILES =
+
+BUILDDEPS =
+LIBDEPS =
+
+LICENSE = WTFPL Do What You Want To Public License http://www.wtfpl.net/
+######################################################################
+
+include ../../../gar/gar.lib/auto.mk
+include config.mk
+
=== added file 'pkg/other/libcaca/config.mk'
--- a/pkg/other/libcaca/config.mk 1970-01-01 00:00:00 +0000
+++ b/pkg/other/libcaca/config.mk 2017-05-13 06:59:24 +0000
@@ -0,0 +1,5 @@
+## Configuration options ##
+## adjust as needed
+
+CONFIGURE_OPTS ?= CPPFLAGS=-I../caca/
+BUILD_OPTS ?=
=== added file 'pkg/other/libcaca/sha256sums'
--- a/pkg/other/libcaca/sha256sums 1970-01-01 00:00:00 +0000
+++ b/pkg/other/libcaca/sha256sums 2017-05-13 06:59:24 +0000
@@ -0,0 +1,1 @@
+128b467c4ed03264c187405172a4e83049342cc8cc2f655f53a2d0ee9d3772f4
download/libcaca-0.99.beta19.tar.gz
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r4474: another prog, color ascii art libcaca,
Carl Hansen <=