diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-10-25 15:55:42 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-10-25 16:03:16 +0100 |
commit | aff9f5d5693c4c0ce39269a69c30322496a3b109 (patch) | |
tree | 268793a89bbfbea37eb4d9ad6b6ea349205f619c /dev-db | |
parent | sys-libs/musl: version 1.1.12 stable on arm and ppc. (diff) | |
download | gentoo-aff9f5d5693c4c0ce39269a69c30322496a3b109.tar.gz gentoo-aff9f5d5693c4c0ce39269a69c30322496a3b109.tar.bz2 gentoo-aff9f5d5693c4c0ce39269a69c30322496a3b109.zip |
dev-db/wxsqlite3: Fix typo in pc file
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/wxsqlite3/files/wxsqlite3-3.2.1.pc.in | 14 | ||||
-rw-r--r-- | dev-db/wxsqlite3/wxsqlite3-3.2.1-r1.ebuild (renamed from dev-db/wxsqlite3/wxsqlite3-3.2.1.ebuild) | 2 |
2 files changed, 15 insertions, 1 deletions
diff --git a/dev-db/wxsqlite3/files/wxsqlite3-3.2.1.pc.in b/dev-db/wxsqlite3/files/wxsqlite3-3.2.1.pc.in new file mode 100644 index 000000000000..c2e0e51d7636 --- /dev/null +++ b/dev-db/wxsqlite3/files/wxsqlite3-3.2.1.pc.in @@ -0,0 +1,14 @@ +# Package Information for pkg-config + +prefix=/usr +wxver=@WXVERSION@ +includedir=${prefix}/include/wx-${wxver}/ +libdir=${prefix}/@LIBDIR@ + +Name: wxsqlite3-@WXVERSION@ +Description: SQLite3 C++ wrapper for use in programs based on the wxWidgets +Version: @VERSION@ +#Requires: sqlite3 +Libs: -L${libdir} -lwxcode_gtk2@WXDEBUG@_wxsqlite3-@WXVERSION@ +Libs.private: -lpthread +Cflags: -I${includedir} diff --git a/dev-db/wxsqlite3/wxsqlite3-3.2.1.ebuild b/dev-db/wxsqlite3/wxsqlite3-3.2.1-r1.ebuild index af7c5651ae96..590745629571 100644 --- a/dev-db/wxsqlite3/wxsqlite3-3.2.1.ebuild +++ b/dev-db/wxsqlite3/wxsqlite3-3.2.1-r1.ebuild @@ -35,7 +35,7 @@ src_prepare() { -e "s:@WXVERSION@:${WX_GTK_VER}:g" \ -e "s:@LIBDIR@:$(get_libdir):g" \ -e "s:@VERSION@:${PV}:g" \ - "${FILESDIR}"/${PN}-3.0.6.1.pc.in > ${PN}.pc || die + "${FILESDIR}"/${P}.pc.in > ${PN}.pc || die } src_configure() { |