description ADO.NET adapter for PostgreSQL
long_description ${description}
homepage http://pgsqlclient.sourceforge.net/
distname PgSqlClient-${version}-Src
checksums md5 3cf510e3443ff2987104caba30c341ce
patchfiles patch-makefile.diff
worksrcdir pgsqlclient_10
xinstall -m 755 -d ${destroot}${prefix}/lib/pgsqlclient/
xinstall -m 644 -W ${worksrcpath}/build \
PostgreSql.Data.PgSqlClient.UnitTests.dll \
PostgreSql.Data.PgSqlClient.UnitTests.dll.config \
PostgreSql.Data.PgSqlClient.dll \
${destroot}${prefix}/lib/pgsqlclient
system "cd ${prefix}/lib/pgsqlclient/ \
&& ${prefix}/bin/gacutil -i PostgreSql.Data.PgSqlClient.dll"