Initial version of swig 4.1.1
Resolves: rhbz#2139101
This commit is contained in:
parent
92b47b2189
commit
9a4bd2da84
1
.gitignore
vendored
1
.gitignore
vendored
@ -0,0 +1 @@
|
|||||||
|
/swig-4.1.1.tar.gz
|
4
ccache-swig.csh
Normal file
4
ccache-swig.csh
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# Use ccache-swig by default. Users who don't want that can setenv the
|
||||||
|
# CCACHE_DISABLE environment variable in their personal profile.
|
||||||
|
|
||||||
|
alias swig 'ccache-swig swig'
|
4
ccache-swig.sh
Normal file
4
ccache-swig.sh
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# Use ccache-swig by default. Users who don't want that can set the
|
||||||
|
# CCACHE_DISABLE environment variable in their personal profile.
|
||||||
|
|
||||||
|
alias swig='ccache-swig swig'
|
12
description-ccache.h2m
Normal file
12
description-ccache.h2m
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
|
||||||
|
[name]
|
||||||
|
ccache-swig - a fast compiler cache
|
||||||
|
|
||||||
|
[description]
|
||||||
|
ccache-swig is a compiler cache. It speeds up re-compilation of C/C++/SWIG
|
||||||
|
code by caching previous compiles and detecting when the same compile is
|
||||||
|
being done again. ccache-swig is ccache plus support for SWIG.
|
||||||
|
|
||||||
|
[notes]
|
||||||
|
For more information, see @DOCDIR@/swig-doc/Doc/Manual/CCache.html from the
|
||||||
|
swig-doc package.
|
24
description.h2m
Normal file
24
description.h2m
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
[name]
|
||||||
|
swig - Simplified Wrapper and Interface Generator
|
||||||
|
|
||||||
|
[synopsis]
|
||||||
|
swig [ options ] " file"
|
||||||
|
|
||||||
|
[description]
|
||||||
|
The swig command is used to create wrapper code to connect C and C++ code to
|
||||||
|
scripting languages like Perl, Python, Tcl etc. from the definition of the
|
||||||
|
interface. For detailed information on writing those interface definitions
|
||||||
|
please refer to /usr/share/doc/swig-doc/Doc/Manual/index.html from the swig-doc
|
||||||
|
package.
|
||||||
|
|
||||||
|
This manpage concentrates on explaining the invocation of the swig command.
|
||||||
|
|
||||||
|
[author]
|
||||||
|
SWIG was originally created by David Beazley. For up-to-date information
|
||||||
|
about authors and contributors please check http://www.swig.org/guilty.html.
|
||||||
|
This manual page was written by Torsten Landschoff <torsten@debian.org> and
|
||||||
|
updated by Jitka Plesnikova <jplesnik@redhat.com> (but may be used by
|
||||||
|
others).
|
||||||
|
|
||||||
|
|
||||||
|
|
1
sources
Normal file
1
sources
Normal file
@ -0,0 +1 @@
|
|||||||
|
SHA512 (swig-4.1.1.tar.gz) = 1cea1918455a75ebc9b2653dd1715bd5dcd974554955f324295c6a6f14c0a715651b221b85fad4a8af5197e0c75bfe7b590bc6ba7178c26245fbbd9a7e110100
|
Loading…
Reference in New Issue
Block a user