Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sage
Path: blob/develop/build/pkgs/cliquer/spkg-src
4081 views
#!/bin/sh
#
# creates the tarball in the current dir, to be moved to ../../../upstream

#PATCHLEVEL=".p0"
PATCHLEVEL=

rm -rf autocliquer/
git clone https://github.com/dimpase/autocliquer.git
cd autocliquer/

VERSION=`autoconf --trace='AC_INIT:$2'`
autoreconf -fi
automake --add-missing --copy
./configure

rm -f cliquer-$VERSION.tar.gz
make dist
mv cliquer-$VERSION.tar.gz ../
cd ..
rm -rf autocliquer/