gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r3722: pkg-config added


From: Carl Hansen
Subject: [Gsrc-commit] trunk r3722: pkg-config added
Date: Tue, 14 Jun 2016 03:01:29 +0000 (UTC)
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 3722
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Mon 2016-06-13 20:01:25 -0700
message:
  pkg-config added
added:
  gnome/pkg-config/              pkgconfig-20160614030050-zej2r04muj240tyo-1
  gnome/pkg-config/Makefile      makefile-20160614030050-zej2r04muj240tyo-4
  gnome/pkg-config/config.mk     config.mk-20160614030050-zej2r04muj240tyo-2
  gnome/pkg-config/gpg-keyring   gpgkeyring-20160614030050-zej2r04muj240tyo-3
  gnome/pkg-config/sha256sums    sha256sums-20160614030050-zej2r04muj240tyo-5
=== added directory 'gnome/pkg-config'
=== added file 'gnome/pkg-config/Makefile'
--- a/gnome/pkg-config/Makefile 1970-01-01 00:00:00 +0000
+++ b/gnome/pkg-config/Makefile 2016-06-14 03:01:25 +0000
@@ -0,0 +1,51 @@
+# 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/>.
+#
+#
+#
+# Send bug reports and comments about GSRC problems to address@hidden
+
+
+NAME =    pkg-config
+GARNAME = pkg-config
+HOME_URL = http://pkg-config.freedesktop.org/
+DESCRIPTION = A tool for managing dynamically linked libraries and headers
+define BLURB
+pkg-config is a helper tool used when compiling applications and
+libraries. It helps you insert the correct compiler options on the
+command line so an application can use gcc -o test test.cpkg-config --libs
+--cflags glib-2.0 for instance, rather than hard-coding values on where
+to find glib (or other libraries). It is language-agnostic, so it can
+be used for defining the location of documentation tools, for instance.
+endef
+GARVERSION = 0.29.1
+
+######################################################################
+
+MASTER_SITES =  https://pkg-config.freedesktop.org/releases/
+MASTER_SUBDIR = 
+DISTFILES =     pkg-config-0.29.1.tar.gz 
+SIGFILES =      pkg-config-0.29.1.tar.gz.asc
+
+BUILDDEPS = 
+LIBDEPS = 
+
+######################################################################
+
+include ../../gar.lib/auto.mk
+include config.mk
+

=== added file 'gnome/pkg-config/config.mk'
--- a/gnome/pkg-config/config.mk        1970-01-01 00:00:00 +0000
+++ b/gnome/pkg-config/config.mk        2016-06-14 03:01:25 +0000
@@ -0,0 +1,5 @@
+## Configuration options  ##
+## adjust as needed
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'gnome/pkg-config/gpg-keyring'
Binary files a/gnome/pkg-config/gpg-keyring     1970-01-01 00:00:00 +0000 and 
b/gnome/pkg-config/gpg-keyring    2016-06-14 03:01:25 +0000 differ
=== added file 'gnome/pkg-config/sha256sums'
--- a/gnome/pkg-config/sha256sums       1970-01-01 00:00:00 +0000
+++ b/gnome/pkg-config/sha256sums       2016-06-14 03:01:25 +0000
@@ -0,0 +1,2 @@
+beb43c9e064555469bd4390dcfd8030b1536e0aa103f08d7abf7ae8cac0cb001  
download/pkg-config-0.29.1.tar.gz
+ab09a7297f89c1ed01eda64466da10d1dbf1d49cc4d4ee571b21f2228cc80f12  
download/pkg-config-0.29.1.tar.gz.asc


reply via email to

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