Gentoo Archives: gentoo-commits

From: "Petteri Räty" <betelgeuse@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/libbash:master commit in: /
Date: Sun, 03 Jun 2012 09:09:32
Message-Id: 1312530319.4a3e50aeab5a388eb552d0003a64d891db7e95a4.betelgeuse@gentoo
1 commit: 4a3e50aeab5a388eb552d0003a64d891db7e95a4
2 Author: Mu Qiao <qiaomuf <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 5 07:45:19 2011 +0000
4 Commit: Petteri Räty <betelgeuse <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 5 07:45:19 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/libbash.git;a=commit;h=4a3e50ae
7
8 Build: add more information to libbash.pc.in
9
10 ---
11 libbash.pc.in | 3 +++
12 1 files changed, 3 insertions(+), 0 deletions(-)
13
14 diff --git a/libbash.pc.in b/libbash.pc.in
15 index c312986..792e815 100644
16 --- a/libbash.pc.in
17 +++ b/libbash.pc.in
18 @@ -5,6 +5,9 @@ includedir=@includedir@
19
20 Name: libbash
21 Description: A C++ library for bash
22 +URL: http://www.gentoo.org/proj/en/libbash/index.xml
23 Requires:
24 Version: @PACKAGE_VERSION@
25 Cflags: -I${includedir}/libbash-@PACKAGE_VERSION@
26 +Libs: -L${libdir} -lbash
27 +Libs.private: -L${libdir} -lantlr3c