pspec.xml 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>linux-atm</Name>
  6. <Homepage>http://linux-atm.sourceforge.net/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>app:console</IsA>
  13. <IsA>library</IsA>
  14. <Summary>Tools to support ATM networking under Liunx</Summary>
  15. <Description>linux-atm contains tools for Asynchronous Transfer Mode. Supports raw ATM connections (PVCs and SVCs), IP over ATM, LAN emulation, MPOA, Arequipa, and some others.</Description>
  16. <Archive sha1sum="5a64964415bf19f855fb9a481b066ede3010aa2a" type="targz">mirrors://sourceforge/project/linux-atm/linux-atm/2.5.2/linux-atm-2.5.2.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>flex</Dependency>
  19. </BuildDependencies>
  20. <Patches>
  21. <Patch level="1">man-pages.patch</Patch>
  22. <!--<Patch level="1">linux-atm-2.5.0-open-macro.patch</Patch>
  23. <Patch level="1">linux-atm-2.5.0-disable-ilmidiag.patch</Patch>
  24. <Patch level="1">gcc43.patch</Patch>
  25. <Patch level="1">netdevice.patch</Patch>-->
  26. </Patches>
  27. </Source>
  28. <Package>
  29. <Name>linux-atm</Name>
  30. <RuntimeDependencies>
  31. <Dependency>flex</Dependency>
  32. </RuntimeDependencies>
  33. <Files>
  34. <Path fileType="firmware">/lib/firmware</Path>
  35. <Path fileType="executable">/usr/sbin</Path>
  36. <Path fileType="executable">/usr/bin</Path>
  37. <Path fileType="config">/etc</Path>
  38. <Path fileType="library">/usr/lib</Path>
  39. <Path fileType="man">/usr/share/man</Path>
  40. <Path fileType="doc">/usr/share/doc</Path>
  41. </Files>
  42. </Package>
  43. <Package>
  44. <Name>linux-atm-devel</Name>
  45. <Summary>Development files for linux-atm</Summary>
  46. <RuntimeDependencies>
  47. <Dependency release="current">linux-atm</Dependency>
  48. </RuntimeDependencies>
  49. <Files>
  50. <Path fileType="header">/usr/include</Path>
  51. </Files>
  52. </Package>
  53. <History>
  54. <Update release="3">
  55. <Date>2017-02-18</Date>
  56. <Version>2.5.2</Version>
  57. <Comment>Release Bump</Comment>
  58. <Name>Kamil Atlı</Name>
  59. <Email>suvari@pisilinux.org</Email>
  60. </Update>
  61. <Update release="2">
  62. <Date>2016-06-09</Date>
  63. <Version>2.5.2</Version>
  64. <Comment>Release Bump</Comment>
  65. <Name>Pisi Linux Community</Name>
  66. <Email>admin@pisilinux.org</Email>
  67. </Update>
  68. <Update release="1">
  69. <Date>2015-04-13</Date>
  70. <Version>2.5.2</Version>
  71. <Comment>First release</Comment>
  72. <Name>Ertuğrul Erata</Name>
  73. <Email>ertugrulerata@gmail.com</Email>
  74. </Update>
  75. </History>
  76. </PISI>