4 * FreeBSD install - a package for the installation and maintainance
5 * of non-core utilities.
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions
10 * 1. Redistributions of source code must retain the above copyright
11 * notice, this list of conditions and the following disclaimer.
12 * 2. Redistributions in binary form must reproduce the above copyright
13 * notice, this list of conditions and the following disclaimer in the
14 * documentation and/or other materials provided with the distribution.
19 * Include and define various things wanted by the create command.
23 #ifndef _INST_CREATE_H_INCLUDE
24 #define _INST_CREATE_H_INCLUDE
26 extern match_t MatchType
;
32 extern char *PostInstall
;
33 extern char *DeInstall
;
34 extern char *PostDeInstall
;
35 extern char *Contents
;
39 extern char *ExcludeFrom
;
42 extern char *Conflicts
;
44 extern char *InstalledPkg
;
45 extern char PlayPen
[];
46 extern int Dereference
;
49 extern int Regenerate
;
51 enum zipper
{NONE
, GZIP
, BZIP
, BZIP2
};
52 extern enum zipper Zipper
;
54 void add_cksum(Package
*, PackingList
, const char *);
55 void check_list(const char *, Package
*);
56 void copy_plist(const char *, Package
*);
58 #endif /* _INST_CREATE_H_INCLUDE */