sit class file for swig 3.0.5

This commit is contained in:
Christoph Niethammer 2015-06-30 09:59:13 +00:00
parent 336ab82405
commit a89f55c795

26
packages/tools/swig/swig-3.0.5 Executable file
View 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
}