## ## 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/var \ --disable-shared \ --with-dmalloc=/usr/opkg \ --enable-maintainer \ --enable-debug \ "$@" %version shtool version -l txt -n "OSSP var" -p "var_" -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 var-*.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 var-${V}.tar.gz -d var-${V} -u ossp -g var \ -e 'CVS,\.cvsignore,\.[ao]$,^\.,devtool*' -c 'gzip --best' . ls -l var-${V}.tar.gz gunzip