You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
641 B
24 lines
641 B
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 -i
|
|
compile_configure
|
|
|
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh et:
|
|
|