Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37510601
en ru br
ALT Linux repos
S:2021.11-alt1
5.0: 2008.1-alt1
4.1: 2008.1-alt0.M41.1

Group :: Office
RPM: dia-shapes-repository

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

#!/bin/sh
mkdir -p dia-shapes-repository
cd dia-shapes-repository
rm -rf *
wget -r -nH http://dia-installer.de/shapes.html -Azip -l1
mkdir docs
for N in `find . -name \*.zip`; do
unzip "$N"
for F in `find . -maxdepth 1 -type f`; do mv "$F" docs/"$F.`basename $N .zip`"; done
rm "$N"
done
rmdir shapes/* 2>/dev/null || :

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin