public
Description: A Clutter-based Twitter client
Homepage: http://live.gnome.org/Tweet
Clone URL: git://github.com/ebassi/tweet.git
Search Repo:
Emmanuele Bassi (author)
Sat Apr 19 07:29:41 -0700 2008
commit  a643edaaa7ba328cf4f24356dbeb5c2faa5837e3
tree    a002d1ab1d3439fcbbd514ce3b803f4d8e216866
parent  455bcf01d7cb8a5c84630024c693349a9c06dafe
tweet / twitter-glib / twitter-glib.pc.in
100644 11 lines (10 sloc) 0.312 kb
1
2
3
4
5
6
7
8
9
10
11
prefix=@prefix@
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${exec_prefix}/include
 
Name: Twitter-GLib
Description: GObject wrapper for the Twitter web API
Version: @VERSION@
Libs: -L${libdir} -ltwitter-glib-1.0
Cflags: -I${includedir}/twitter-glib-1.0
Requires: gobject-2.0 json-glib-1.0 libsoup