From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Sb6oV-0001CZ-Pb for garchives@archives.gentoo.org; Sun, 03 Jun 2012 09:09:32 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C26FBE06B1; Sun, 3 Jun 2012 09:08:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8FB9EE06B1 for ; Sun, 3 Jun 2012 09:08:39 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B2BAA1B4008 for ; Sun, 3 Jun 2012 09:08:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 74F97E5404 for ; Sun, 3 Jun 2012 09:08:37 +0000 (UTC) From: "Petteri Räty" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Petteri Räty" Message-ID: <1312530319.4a3e50aeab5a388eb552d0003a64d891db7e95a4.betelgeuse@gentoo> Subject: [gentoo-commits] proj/libbash:master commit in: / X-VCS-Repository: proj/libbash X-VCS-Files: libbash.pc.in X-VCS-Directories: / X-VCS-Committer: betelgeuse X-VCS-Committer-Name: Petteri Räty X-VCS-Revision: 4a3e50aeab5a388eb552d0003a64d891db7e95a4 X-VCS-Branch: master Date: Sun, 3 Jun 2012 09:08:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 039bf7d8-ece2-47e4-b184-58fb736a6650 X-Archives-Hash: d95c96065ea8d1a24b5b602b16cfc95f commit: 4a3e50aeab5a388eb552d0003a64d891db7e95a4 Author: Mu Qiao gentoo org> AuthorDate: Fri Aug 5 07:45:19 2011 +0000 Commit: Petteri R=C3=A4ty gentoo org> CommitDate: Fri Aug 5 07:45:19 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/libbash.git;a= =3Dcommit;h=3D4a3e50ae Build: add more information to libbash.pc.in --- libbash.pc.in | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/libbash.pc.in b/libbash.pc.in index c312986..792e815 100644 --- a/libbash.pc.in +++ b/libbash.pc.in @@ -5,6 +5,9 @@ includedir=3D@includedir@ =20 Name: libbash Description: A C++ library for bash +URL: http://www.gentoo.org/proj/en/libbash/index.xml Requires: Version: @PACKAGE_VERSION@ Cflags: -I${includedir}/libbash-@PACKAGE_VERSION@ +Libs: -L${libdir} -lbash +Libs.private: -L${libdir} -lantlr3c