logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git

metadata.xml (1005B)


  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
  3. <pkgmetadata>
  4. <maintainer type="person">
  5. <email>contact@hacktivis.me</email>
  6. <name>Haelwenn (lanodan) Monnier</name>
  7. </maintainer>
  8. <longdescription>
  9. The makefile package is a simple, powerful and extensible way to write
  10. makefiles for a GNUstep-based project. It allows the user to write a
  11. project without having to deal with the complex issues associated with
  12. configuration, building, installation, and packaging. It also allows
  13. the user to easily create cross-compiled binaries.
  14. </longdescription>
  15. <use>
  16. <flag name="libobjc2">Enables use of the GNUstep Objective-C runtime (<pkg>gnustep-base/libobjc2</pkg>) with non-fragile ABI and <pkg>sys-devel/clang</pkg> compiler</flag>
  17. <flag name="native-exceptions">Enables use of the native Objective-C exception support (@try/@catch/@finally) built-in objective-c exceptions with compilers that support it </flag>
  18. </use>
  19. </pkgmetadata>