metadata.xml 727 B

12345678910111213141516171819
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
  3. <pkgmetadata>
  4. <!-- maintainer-needed -->
  5. <longdescription>
  6. libspectrum is a library designed to make the input and output of some ZX
  7. Spectrum emulator files slightly easier. It is intended to be usable on Unix
  8. variants, Win32 and Mac OS X. Currently, it is mainly (only?) used by Fuse,
  9. but other Spectrum emulator and utility authors are encouraged to use it.
  10. </longdescription>
  11. <use>
  12. <flag name="gcrypt">Use <pkg>dev-libs/libgcrypt</pkg> for low-level crypto of some
  13. features, including logfiles.</flag>
  14. </use>
  15. <upstream>
  16. <remote-id type="sourceforge">fuse-emulator</remote-id>
  17. </upstream>
  18. </pkgmetadata>