Commit ca629424 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Initial commit

parents
all:
$(MAKE) -C ../boost temporary
tar xf swig-3.0.12.tar.gz
cd swig-3.0.12 && sed -i 's/\$$(PERL5_SCRIPT/-I. &/' Examples/Makefile.in
cd swig-3.0.12 && sed -i 's/\$$command 2/-I. &/' Examples/test-suite/perl5/run-perl-test.pl
cd swig-3.0.12 && BOOST_ROOT=$(CURDIR)/../boost/boost_1_67_0 ./configure --build=$(CLFS_TARGET) --prefix=/usr --without-clisp --without-maximum-compile-warnings
$(MAKE) -C swig-3.0.12
if [[ ! "$(BUILD_OPTIONS)" =~ no-tests ]] ; then \
$(MAKE) -C swig-3.0.12 check ; \
fi
$(MAKE) -C swig-3.0.12 install
install -v -m755 -d /usr/share/doc/swig-3.0.12
cd swig-3.0.12 && cp -v -R Doc/* /usr/share/doc/swig-3.0.12
rm -rf swig-3.0.12
$(MAKE) -C ../boost clean
bin
/usr/bin/.*
/usr/share/swig/.*
doc
/usr/share/doc/.*
bytecode
/usr/lib/.*\.py[oc]
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment