Sugar Network/Recipe Specification: Difference between revisions
No edit summary |
|||
| Line 129: | Line 129: | ||
In addition to the already [[#Predefined_options|existing]] predefined options, there are several new defines that make sense only for this section's packages: | In addition to the already [[#Predefined_options|existing]] predefined options, there are several new defines that make sense only for this section's packages: | ||
* {{Code|EXEC_PREFIX}} | * {{Code|EXEC_PREFIX}}; | ||
* {{Code|BINDIR}} | * {{Code|BINDIR}}; | ||
* {{Code|SBINDIR}} | * {{Code|SBINDIR}}; | ||
* {{Code|SYSCONFDIR}} | * {{Code|SYSCONFDIR}}; | ||
* {{Code|DATADIR}} | * {{Code|DATADIR}}; | ||
* {{Code|INCLUDEDIR}} | * {{Code|INCLUDEDIR}}; | ||
* {{Code|LIBDIR}} | * {{Code|LIBDIR}}; | ||
* {{Code|LIBEXECDIR}} | * {{Code|LIBEXECDIR}}; | ||
* {{Code|LOCALSTATEDIR}} | * {{Code|LOCALSTATEDIR}}; | ||
* {{Code|MANDIR}} | * {{Code|MANDIR}}; | ||
* {{Code|INFODIR}} | * {{Code|INFODIR}}; | ||
* {{Code|PYTHONSITEDIR}} | * {{Code|PYTHONSITEDIR}}, equal to Python's {{Code|PYTHONPATH}} environment variable; | ||
* {{Code|LUACPATHDIR}}, equal to Lua's {{Code|LUA_CPATH}} environment variable; | |||
* {{Code|LUAPATHDIR}}, equal to Lua's {{Code|LUA_PATH}} environment variable; | |||
* {{Code|LUAINCDIR}}, path to a directory with Lua's C header file; | |||
'''source''' = <filename> | '''source''' = <filename> | ||