11 lines
366 B
PkgConfig
11 lines
366 B
PkgConfig
|
prefix=/usr
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=${prefix}/lib
|
||
|
includedir=${prefix}/include
|
||
|
Libraries=${prefix}/lib/nuget/NuGet.Core.dll ${prefix}/lib/nuget/Microsoft.Web.XmlTransform.dll
|
||
|
|
||
|
Name: nuget
|
||
|
Description: Library for acessing Microsoft NuGet repositories
|
||
|
Version: %{version}
|
||
|
Libs: -r:${libdir}/nuget/NuGet.Core.dll -r:${libdir}/nuget/Microsoft.Web.XmlTransform.dll
|