TeoCCl library  0.1.7
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
make_package.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include "config.h"

Macros

#define KSN_BUFFER_SM_SIZE   256
 File: make_package.c Author: Kirill Scherba kiril.nosp@m.l@sc.nosp@m.herba.nosp@m..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...
 

Macro Definition Documentation

#define KSN_BUFFER_SM_SIZE   256

File: make_package.c Author: Kirill Scherba kiril.nosp@m.l@sc.nosp@m.herba.nosp@m..ru

Build package

Created on August 24, 2015, 2:22 AM

Referenced by main().

#define TBP_VERSION   "0.0.4"

Referenced by main().

Enumeration Type Documentation

enum B_TYPE

Build type.

Enumerator
DEB 

Debian.

RPM 

REHL/Centos/Fedora/Suse RPM created under Ubuntu.

YUM 
ZYP 

Function Documentation

int main ( int  argc,
char **  argv 
)
void show_usage ( const char *  appname)

Show application usage.

Parameters
appname

Referenced by main().