import 'compile/configure' name=scrot majver=0.8 version=$majver-17 update_url="https://packages.debian.org/sid/$name" update_names="${name}_$version.debian.tar.xz" dlextract "http://http.debian.net/debian/pool/main/s/$name/${name}_$majver.orig.tar.gz" \ 'ccae904d225609571bdd3b03445c1e88' dlextract "http://http.debian.net/debian/pool/main/s/$name/${name}_$version.debian.tar.xz" \ '7d6a067f67586623c72a7c83076af842' header_end cd "$name-$majver" for x in $(cat ../debian/patches/series); do patch -p1 -i ../debian/patches/$x done autoreconf -fi compile_configure # vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: