|
Teonet library
0.4.7
|
#include <stdio.h>#include <stdlib.h>#include <unistd.h>#include <string.h>#include "../src/config/conf.h"#include "../src/config/config.h"Macros | |
| #define | TBP_VERSION "0.0.2" |
| File: make_package.c Author: Kirill Scherba kirill@scherba.ru More... | |
| #define | LIBRARY_MAJOR_VERSION 0 |
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 LIBRARY_MAJOR_VERSION 0 |
Referenced by main().
| #define TBP_VERSION "0.0.2" |
File: make_package.c Author: Kirill Scherba kirill@scherba.ru
Build package
Created on August 24, 2015, 2:22 AM
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, RPM, show_usage(), TBP_VERSION, VERSION, YUM, and ZYP.
| void show_usage | ( | const char * | appname | ) |