## ## devtool.conf -- Development Tool Configuration ## %autogen @autogen shtool 1.6.2 "1.6.*" all #@autogen libtool 1.4.3 "1.4*" @autogen autoconf 2.57 "2.5.*" %autoclean @autoclean shtool @autoclean libtool @autoclean autoconf %configure ./configure \ --prefix=/tmp/act \ --disable-shared \ --enable-debug \ "$@" %version ./shtool version -l c -p act_int_ -n "OSSP act" -e act_vers.c V=`./shtool version -l c -d long act_vers.c` sed -e "s/Version .*/Version $V/g" README.n mv README.n README %dist rm -f act-*.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 act-${V}.tar.gz -d act-${V} -u ossp -g act \ -e 'CVS,\.cvsignore,\.[ao]$,^\.,devtool*' -c 'gzip --best' . ls -l act-${V}.tar.gz gunzip