sit class file for swig 3.0.5
This commit is contained in:
parent
336ab82405
commit
a89f55c795
1 changed files with 26 additions and 0 deletions
26
packages/tools/swig/swig-3.0.5
Executable file
26
packages/tools/swig/swig-3.0.5
Executable file
|
@ -0,0 +1,26 @@
|
|||
#!/bin/sh
|
||||
# sit class file
|
||||
#
|
||||
# Christoph Niethammer <niethammer@hlrs.de> (C) 2015
|
||||
#
|
||||
|
||||
CATEGORY="tools"
|
||||
PACKAGE="swig"
|
||||
VERSION="3.0.5"
|
||||
URL="http://http://www.swig.org"
|
||||
INSTALLER="Christoph Niethammer <niethammer@hlrs.de>"
|
||||
|
||||
# Archive A and package name P
|
||||
A=${PACKAGE}-${VERSION}.tar.gz
|
||||
P=${PACKAGE}-${VERSION}
|
||||
|
||||
BUILDDIR=$SRCDIR
|
||||
|
||||
# Other interesting configure options:
|
||||
CONFIGURE_OPTS="
|
||||
"
|
||||
|
||||
|
||||
src_pretest() {
|
||||
make check
|
||||
}
|
Loading…
Reference in a new issue