* data/mono-options.pcs.in: We're not installing Mono.Options.dll into
authorJonathan Pryor <jpryor@novell.com>
Tue, 14 Oct 2008 15:38:59 +0000 (15:38 -0000)
committerJonathan Pryor <jpryor@novell.com>
Tue, 14 Oct 2008 15:38:59 +0000 (15:38 -0000)
  the GAC anymore, we're just concerned `pkg-config --variable=Source`
  support.

svn path=/trunk/mono/; revision=115791

ChangeLog
data/mono-options.pc.in

index b099998b8e0707409ee802a4d599d16ad4d494da..c666ba75e7ad2c01eb8b74acaa7455c5d362b7b6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-10-14  Jonathan Pryor  <jpryor@novell.com>
+
+       * data/mono-options.pcs.in: We're not installing Mono.Options.dll into 
+         the GAC anymore, we're just concerned `pkg-config --variable=Source` 
+         support.
+
 2008-10-14  Jonathan Pryor  <jpryor@novell.com>
 
        * data/mono-options.pc.in: Add a Sources variable so that 
index 8439184d5e7be92450e74a372d0ccaf8434942db..5573c381ac03768cc9f8afd11d69ff152e3e1336 100644 (file)
@@ -1,9 +1,7 @@
-assemblies_dir=@prefix@/lib/mono
-gac_dir=${assemblies_dir}/gac/Mono.Options/0.2.1.0__0738eb9f132ed756
-Libraries=${gac_dir}/Mono.Options.dll
-Sources=${gac_dir}/Options.cs
+prefix=${pcfiledir}/../..
+assemblies_dir=${prefix}/lib/mono-options
+Sources=${assemblies_dir}/Options.cs
 
-Name: Mono Internal -- Do not use.
-Description: Mono Internal Libraries -- Do not use 
-Version: @VERSION@
-Libs: -r:Mono.Options.dll
+Name: Mono.Options
+Description: Command Line Parsing Library
+Version: 0.2.1