diff --git a/packages/performance/pdt/pdt-3.25.1 b/packages/performance/pdt/pdt-3.25.1 new file mode 100755 index 0000000..3b7ea56 --- /dev/null +++ b/packages/performance/pdt/pdt-3.25.1 @@ -0,0 +1,22 @@ +#!/bin/sh +# sit class file +# +# Christoph Niethammer (C) 2019 +# + +CATEGORY="performance" +PACKAGE="pdt" +VERSION="3.25.1" +URL="https://www.cs.uoregon.edu/research/pdt/" +INSTALLER="Christoph Niethammer " + +# Archive A and package name P +A="$PACKAGE-$VERSION.tar.gz" +P="pdtoolkit-$VERSION" + +BUILDDIR=$SRCDIR + +CONFIGURE_OPTS=" + -prefix=$PREFIX \ + " +