## ## devtool.conf -- Development Tool Configuration ## %autogen @autogen shtool 2.0.3 "2.0.*" all @autogen libtool 1.5.20 "1.5*" @autogen autoconf 2.59 "2.5[4-9]*" %autoclean @autoclean shtool @autoclean libtool @autoclean autoconf %configure ./configure \ --prefix=/tmp/val \ --disable-shared \ --enable-maintainer \ --enable-debug \ "$@" %version shtool version -l txt -n "OSSP val" -p "val_" -e VERSION V=`shtool version -l txt -d long VERSION` sed -e "s/Version .*/Version $V/g" README.n mv README.n README %dist rm -f val-*.tar.gz ./devtool autoclean ./devtool autogen ./configure make clean all man make distclean ./shtool fixperm -v . V=`./shtool version -l txt -d short VERSION` ./shtool tarball -o val-${V}.tar.gz -d val-${V} -u ossp -g val \ -e 'CVS,\.cvsignore,\.[ao]$,^\.,devtool*' -c 'gzip --best' . ls -l val-${V}.tar.gz gunzip