pspec.xml 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>icedtea-web-java7</Name>
  6. <Homepage>http://www.x.org/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>library</IsA>
  13. <Summary>Java web browser plugin</Summary>
  14. <Description>Free Software web browser plugin running applets written in the Java programming language and an implementation of Java Web Start, originally based on the NetX project.</Description>
  15. <Archive sha1sum="54b730855b29533866c8deb78cfe522adb18ff5d" type="targz">http://icedtea.wildebeest.org/download/source/icedtea-web-1.6.2.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>firefox</Dependency>
  18. <Dependency>jdk7-openjdk</Dependency>
  19. <Dependency>rhino</Dependency>
  20. <Dependency>libXtst-devel</Dependency>
  21. <!-- Dependency>junit</Dependency --> <!-- for unittests -->
  22. <Dependency>npapi-sdk-devel</Dependency>
  23. <Dependency>desktop-file-utils</Dependency>
  24. <Dependency>glib2-devel</Dependency>
  25. </BuildDependencies>
  26. </Source>
  27. <Package>
  28. <Name>icedtea-web-java7</Name>
  29. <RuntimeDependencies>
  30. <Dependency>glib2</Dependency>
  31. <Dependency>libgcc</Dependency>
  32. <Dependency>desktop-file-utils</Dependency>
  33. <Dependency>jre7-openjdk</Dependency>
  34. </RuntimeDependencies>
  35. <Files>
  36. <Path fileType="library">/usr/lib</Path>
  37. <Path fileType="library">/usr/lib/mozilla</Path>
  38. <Path fileType="library">/usr/lib/browser-plugins</Path>
  39. <Path fileType="data">/usr/share</Path>
  40. <Path fileType="doc">/usr/share/doc</Path>
  41. <Path fileType="man">/usr/share/man</Path>
  42. <Path fileType="doc">/usr/share/applications</Path>
  43. </Files>
  44. </Package>
  45. <History>
  46. <Update release="1">
  47. <Date>2017-01-08</Date>
  48. <Version>1.6.2</Version>
  49. <Comment>First release</Comment>
  50. <Name>Serdar Soytetir</Name>
  51. <Email>kaptan@pisilinux.org</Email>
  52. </Update>
  53. </History>
  54. </PISI>