Sugar Network/Recipe Specification: Difference between revisions
| Line 135: | Line 135: | ||
* the major distribution way for sweets is using 0install, i.e., not using ''[Package]'' section, thus, native packages at all; | * the major distribution way for sweets is using 0install, i.e., not using ''[Package]'' section, thus, native packages at all; | ||
* this section was introduced only for cases when having native packages makes sense, e.g., for Live Sugar distributions or LTSP. | * this section was introduced only for cases when having native packages makes sense, e.g., for Live Sugar distributions or LTSP. | ||
In addition to already [[#Predefined_options|existed]] predefined options, there are several new defines that make sense only for this section packages: | |||
* {{Code|EXEC_PREFIX}} | |||
* {{Code|BINDIR}} | |||
* {{Code|SBINDIR}} | |||
* {{Code|SYSCONFDIR}} | |||
* {{Code|DATADIR}} | |||
* {{Code|INCLUDEDIR}} | |||
* {{Code|LIBDIR}} | |||
* {{Code|LIBEXECDIR}} | |||
* {{Code|LOCALSTATEDIR}} | |||
* {{Code|SHAREDSTATEDIR}} | |||
* {{Code|MANDIR}} | |||
* {{Code|INFODIR}} | |||
'''source''' = <filename> | '''source''' = <filename> | ||