73 lines
2.7 KiB
XML
73 lines
2.7 KiB
XML
<?xml version="1.0" ?>
|
|
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
|
<PISI>
|
|
<Source>
|
|
<Name>ogdi</Name>
|
|
<Homepage>http://ogdi.sourceforge.net</Homepage>
|
|
<Packager>
|
|
<Name>PisiLinux Community</Name>
|
|
<Email>admins@pisilinux.org</Email>
|
|
</Packager>
|
|
<License>as-is</License>
|
|
<IsA>library</IsA>
|
|
<Summary>Open Geographical Datastore Interface, a GIS support library</Summary>
|
|
<Description>OGDI is an application programming interface (API) that uses a standardized access methods to work in conjunction with GIS software packages (the application) and various geospatial data products.</Description>
|
|
<Archive sha1sum="e3fd0c8b3fb02ef5da2cc1e76bb5c2d3cb0b51b4" type="targz">mirrors://sourceforge/ogdi/ogdi-3.2.0.beta2.tar.gz</Archive>
|
|
<BuildDependencies>
|
|
<Dependency>proj-devel</Dependency>
|
|
<Dependency>zlib-devel</Dependency>
|
|
<Dependency>expat-devel</Dependency>
|
|
</BuildDependencies>
|
|
<Patches>
|
|
<Patch level="1">ogdi-3.1.6-fpic.patch</Patch>
|
|
<Patch level="1">patch_for_proj48_redhat.patch</Patch>
|
|
</Patches>
|
|
</Source>
|
|
|
|
<Package>
|
|
<Name>ogdi</Name>
|
|
<RuntimeDependencies>
|
|
<Dependency>proj</Dependency>
|
|
<Dependency>zlib</Dependency>
|
|
<Dependency>expat</Dependency>
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="executable">/usr/bin</Path>
|
|
<Path fileType="library">/usr/lib</Path>
|
|
<Path fileType="doc">/usr/share/doc</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<Package>
|
|
<Name>ogdi-devel</Name>
|
|
<Summary>Development files for ogdi</Summary>
|
|
<RuntimeDependencies>
|
|
<Dependency release="current">ogdi</Dependency>
|
|
<Dependency>proj-devel</Dependency>
|
|
<Dependency>zlib-devel</Dependency>
|
|
<Dependency>expat-devel</Dependency>
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="header">/usr/include</Path>
|
|
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<History>
|
|
<Update release="2">
|
|
<Date>2016-06-09</Date>
|
|
<Version>3.2.0_beta2</Version>
|
|
<Comment>Release Bump</Comment>
|
|
<Name>Pisi Linux Community</Name>
|
|
<Email>admin@pisilinux.org</Email>
|
|
</Update>
|
|
<Update release="1">
|
|
<Date>2014-05-31</Date>
|
|
<Version>3.2.0_beta2</Version>
|
|
<Comment>First release</Comment>
|
|
<Name>Alihan Öztürk</Name>
|
|
<Email>alihan@pisilinux.org</Email>
|
|
</Update>
|
|
</History>
|
|
</PISI>
|