pspec.xml 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>bullet</Name>
  6. <Homepage>http://bulletphysics.org/wordpress/</Homepage>
  7. <Packager>
  8. <Name>Erdinç Gültekin</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>Zlib</License>
  12. <IsA>library</IsA>
  13. <Summary>Professional 3D collision detection library</Summary>
  14. <Description>Bullet is a professional open source multi-threaded 3D Collision Detection and Rigid Body Dynamics Library for games and animation.</Description>
  15. <Archive sha1sum="c69710a1f756b9c5bc3f0580e6e67ab0313d6c03" type="targz">https://github.com/bulletphysics/bullet3/archive/3.08.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>mesa-devel</Dependency>
  18. <Dependency>cmake</Dependency>
  19. <Dependency>doxygen</Dependency>
  20. <Dependency>mesa</Dependency>
  21. <Dependency>ninja</Dependency>
  22. <Dependency>mesa</Dependency>
  23. <Dependency>python-numpy</Dependency>
  24. <Dependency>python-setuptools</Dependency>
  25. <Dependency>dejavu-fonts</Dependency>
  26. <Dependency>freeglut-devel</Dependency>
  27. <!-- Dependency>graphviz-devel</Dependency -->
  28. <Dependency>perl-template-toolkit</Dependency>
  29. </BuildDependencies>
  30. </Source>
  31. <Package>
  32. <Name>bullet</Name>
  33. <Files>
  34. <Path fileType="library">/usr/lib</Path>
  35. <Path fileType="doc">/usr/share/doc</Path>
  36. </Files>
  37. </Package>
  38. <Package>
  39. <Name>bullet-devel</Name>
  40. <Summary>Development files for bullet</Summary>
  41. <RuntimeDependencies>
  42. <Dependency release="current">bullet</Dependency>
  43. </RuntimeDependencies>
  44. <Files>
  45. <Path fileType="header">/usr/include</Path>
  46. <Path fileType="library">/usr/lib/pkgconfig/bullet.pc</Path>
  47. </Files>
  48. </Package>
  49. <History>
  50. <Update release="2">
  51. <Date>2020-01-08</Date>
  52. <Version>3.08</Version>
  53. <Comment>First Release</Comment>
  54. <Name>Erkan IŞIK</Name>
  55. <Email>erkanisik@pisilinux.org</Email>
  56. </Update>
  57. <Update release="1">
  58. <Date>2018-12-31</Date>
  59. <Version>2.82_2704</Version>
  60. <Comment>First Release</Comment>
  61. <Name>Ali Cengiz Kurt</Name>
  62. <Email>alicengizkurt@gmail.com</Email>
  63. </Update>
  64. </History>
  65. </PISI>