Commit 3197e895 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Upgraded check to 0.15.0

parent e8aa04f6
all: all:
tar xf check-0.12.0.tar.gz tar xf check-0.15.0.tar.gz
cd check-0.12.0 && ./configure --prefix=/usr cd check-0.15.0 && ./configure --prefix=/usr
$(MAKE) -C check-0.12.0 cd check-0.15.0 && autoreconf --install
$(MAKE) -C check-0.12.0 check $(MAKE) -C check-0.15.0
$(MAKE) -C check-0.12.0 install $(MAKE) -C check-0.15.0 check
rm -rf check-0.12.0 $(MAKE) -C check-0.15.0 install
rm -rf check-0.15.0
<project name="check"> <project name="check">
<target name="temporary-check"> <target name="temporary-check">
<property name="makedir" value="${builddir}/check-0.12.0"/> <property name="makedir" value="${builddir}/check-0.15.0"/>
<exec executable="tar" failonerror="true"> <exec executable="tar" failonerror="true">
<arg line="xf packages/check/check-0.12.0.tar.gz -C ${builddir}"/> <arg line="xf packages/check/check-0.15.0.tar.gz -C ${builddir}"/>
</exec>
<exec executable="autoreconf" dir="${makedir}" failonerror="true">
<arg line="--install"/>
</exec> </exec>
<exec executable="./configure" dir="${makedir}" failonerror="true"> <exec executable="./configure" dir="${makedir}" failonerror="true">
<env key="PATH" path="${PATH}"/> <env key="PATH" path="${PATH}"/>
......
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