diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-09-21 12:22:48 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-09-21 12:22:48 +0000 |
commit | 448313ef01cdffe2eef7461d4443c139e0a31635 (patch) | |
tree | 81ece52c6b7a3c584439791902daae692a3e8c70 /dev-dotnet/flickrnet-bin/files | |
parent | Version bump. Remove old bogus version (diff) | |
download | gentoo-2-448313ef01cdffe2eef7461d4443c139e0a31635.tar.gz gentoo-2-448313ef01cdffe2eef7461d4443c139e0a31635.tar.bz2 gentoo-2-448313ef01cdffe2eef7461d4443c139e0a31635.zip |
Revision bump to install pkgconfig file as needed by future f-spot versions. Remove old.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-dotnet/flickrnet-bin/files')
-rw-r--r-- | dev-dotnet/flickrnet-bin/files/flickrnet.pc.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dev-dotnet/flickrnet-bin/files/flickrnet.pc.in b/dev-dotnet/flickrnet-bin/files/flickrnet.pc.in new file mode 100644 index 000000000000..326042df5fec --- /dev/null +++ b/dev-dotnet/flickrnet-bin/files/flickrnet.pc.in @@ -0,0 +1,8 @@ +libdir=@LIBDIR@ +assemblies_dir=${libdir}/mono/FlickrNet +Libraries=${assemblies_dir}/FlickrNet.dll + +Name: FlickrNet +Description: Flickr.Net API Library +Version: @VERSION@ +Libs: -r:${assemblies_dir}/FlickrNet.dll |