diff --git a/packages/utils/gperf-3.0.4 b/packages/utils/gperf-3.0.4 new file mode 100755 index 0000000..97b19b5 --- /dev/null +++ b/packages/utils/gperf-3.0.4 @@ -0,0 +1,24 @@ +#!/bin/sh +# sit class file +# +# Christoph Niethammer (C) 2011 +# + +CATEGORY="utils" +PACKAGE="gperf" +VERSION="3.0.4" +URL="http://www.gnu.org/software/gperf/gperf.html" +INSTALLER="Christoph Niethammer " + +# Archive A and package name P +A=${PACKAGE}-${VERSION}.tar.gz +P=${PACKAGE}-${VERSION} + + +# Other interesting configure options: +CONFIGURE_OPTS=" + " + +src_pretest() { + make check +}