Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/wxsqlite3/files: wxsqlite3-3.0.6.1.pc.in
Date: Sat, 28 Dec 2013 21:14:17
Message-Id: 20131228211411.C121D2004E@flycatcher.gentoo.org
1 jlec 13/12/28 21:14:11
2
3 Added: wxsqlite3-3.0.6.1.pc.in
4 Log:
5 dev-db/wxsqlite3: Import from sunrise, thanks Cédric Krier for the initial ebuild; fixes #143950
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
8
9 Revision Changes Path
10 1.1 dev-db/wxsqlite3/files/wxsqlite3-3.0.6.1.pc.in
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/wxsqlite3/files/wxsqlite3-3.0.6.1.pc.in?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/wxsqlite3/files/wxsqlite3-3.0.6.1.pc.in?rev=1.1&content-type=text/plain
14
15 Index: wxsqlite3-3.0.6.1.pc.in
16 ===================================================================
17 # Package Information for pkg-config
18
19 prefix=/usr
20 wxver=@WXVERSION@
21 includedir=${prefix}/include/wx-${wxver}/
22 libdir=${prefix}/@LIBDIR@
23
24 Name: wxsqlite3-@WXVERSION@
25 Description: SQLite3 C++ wrapper for use in programs based on the wxWidgets
26 Version: @VERSION@
27 #Requires: sqlite3
28 Libs: -L${libdir} -lwxcode_gtk2_wxsqlite3-@WXVERSION@
29 Libs.private: -lpthread
30 Cflags: -I${includedir}