|
TeoCCl library
0.1.7
|
Macros | |
| #define | KSN_BUFFER_SM_SIZE 256 |
| File: make_package.c Author: Kirill Scherba kirill@scherba.ru More... | |
| #define | TBP_VERSION "0.0.4" |
Enumerations | |
| enum | B_TYPE { DEB = 1, RPM, YUM, ZYP } |
| Build type. More... | |
Functions | |
| void | show_usage (const char *appname) |
| Show application usage. More... | |
| int | main (int argc, char **argv) |
| Main application function. More... | |
| #define KSN_BUFFER_SM_SIZE 256 |
File: make_package.c Author: Kirill Scherba kirill@scherba.ru
Build package
Created on August 24, 2015, 2:22 AM
Referenced by main().
| #define TBP_VERSION "0.0.4" |
Referenced by main().
| enum B_TYPE |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Main application function.
| argc | |
| argv |
References COPYRIGHT, DEB, KSN_BUFFER_SM_SIZE, LIBRARY_MAJOR_VERSION, LICENSES, PACKAGE_BUGREPORT, PACKAGE_DEPENDENCIES, PACKAGE_DESCRIPTION, PACKAGE_NAME, RPM, show_usage(), TBP_VERSION, VCS_URL, VERSION, YUM, and ZYP.
| void show_usage | ( | const char * | appname | ) |