Files
main/game/misc/ode/pspec.xml
T
alihanozturk d10155bd5b ode:update
2017-03-09 20:59:33 +03:00

70 lines
2.4 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>ode</Name>
<Homepage>http://www.ode.org/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv2.1</License>
<IsA>library</IsA>
<Summary>High performance library for simulating rigid body dynamics</Summary>
<Description>ode is an open source, high performance library for simulating rigid body dynamics. It is fully featured, stable, mature and platform independent with an easy to use C/C++ API.</Description>
<Archive sha1sum="64bc72cf9ebad6b4fb09a2d13784016620f06651" type="targz">https://bitbucket.org/odedevs/ode/downloads/ode-0.14.tar.gz</Archive>
<BuildDependencies>
</BuildDependencies>
<Patches>
</Patches>
</Source>
<Package>
<Name>ode</Name>
<RuntimeDependencies>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>ode-devel</Name>
<Summary>Development files for ode</Summary>
<RuntimeDependencies>
<Dependency release="current">ode</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/ode-config</Path>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2017-03-09</Date>
<Version>0.14</Version>
<Comment>Update.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2017-03-09</Date>
<Version>0.13</Version>
<Comment>Rebuild for new toolchain.</Comment>
<Name>Stefan Gronewold (groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2015-10-26</Date>
<Version>0.13</Version>
<Comment>First release</Comment>
<Name>Stefan Gronewold (groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
</History>
</PISI>