Skip to content

Commit

Permalink
dev-db/wxsqlite3: Fix typo in pc file
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <[email protected]>
  • Loading branch information
jlec committed Oct 25, 2015
1 parent 2545767 commit aff9f5d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions dev-db/wxsqlite3/files/wxsqlite3-3.2.1.pc.in
Original file line number Diff line number Diff line change
@@ -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}
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit aff9f5d

Please sign in to comment.