1 # Contributor: Travis Nickles <ryoohki7@yahoo.com>
3 pkgname=stepmania-cvs-extras
6 pkgdesc="Extra stuff for StepMania 4.0 CVS"
7 url="http://stepmania.com/wiki/Downloads"
9 depends=('stepmania-cvs')
11 source=(http://www.stepmania.com/mirror.php?file=downloads/Songs_DJMcFox_PlagueMixOne.smzip \
12 http://www.stepmania.com/mirror.php?file=downloads/Songs_DJMcFox_PlagueMixThree.smzip \
13 http://www.stepmania.com/mirror.php?file=downloads/Songs_DJMcFox_PlagueMixTwo.smzip \
14 http://www.stepmania.com/mirror.php?file=downloads/Songs_DJMcFox_PlaguemixAntique.smzip \
15 http://www.stepmania.com/mirror.php?file=downloads/Songs_DancingWipEout_DomoDomoDomo.smzip \
16 http://www.stepmania.com/mirror.php?file=downloads/Songs_DarkChao_TheErrorSong.smzip \
17 http://www.stepmania.com/mirror.php?file=downloads/Songs_Frieza_Sweet.smzip \
18 http://www.stepmania.com/mirror.php?file=downloads/Songs_GroupBanners_Dance.smzip \
19 http://www.stepmania.com/mirror.php?file=downloads/Songs_GroupBanners_Pump.smzip \
20 http://www.stepmania.com/mirror.php?file=downloads/Songs_Nathan_MrRoboto.smzip \
21 http://www.stepmania.com/mirror.php?file=downloads/Songs_StepMix1_DMAshura_DiSCONNECTED_HaZaRD.smzip \
22 http://www.stepmania.com/mirror.php?file=downloads/Songs_StepMix1_DMAshura_MAX_Forever.smzip \
23 http://www.stepmania.com/mirror.php?file=downloads/Songs_StepMix1_DMAshura_MaxX_AttaxX.smzip \
24 http://www.stepmania.com/mirror.php?file=downloads/Songs_StepMix1_DMAshura_neoMAX.smzip \
25 http://www.stepmania.com/mirror.php?file=downloads/Songs_StepMix1_DMAshura_omega.smzip)
26 md5sums=('192808ad8eb76cfa91d78c4176f1c29d' '7fa1d139cf09c03a962360d083febbb3'\
27 '9be71ee392a88093349e3a2f1398db95' '22aebdb8d70cb1215ac74a117880ac99'\
28 'dbf8146d7d20b0d2d8c1d84c3f07e35e' '02980c8e4ca943208e6f704059fc1df9'\
29 '049e083af64fd66a20540fb2f71f7912' '57ad64017e10fcad2f69b9b211ce5a35'\
30 'a4fbce1f0d7908ae3882de0fd3c7f04d' 'a026e7134508c10ddf591adbaad66dac'\
31 'bd47219db353e9dca9569ff93f1c0632' 'a9dad2f5eba2afc35d4ccdc97b0575e0'\
32 'e50161da44cd7d50a811c922bb021976' '5e2e183c2c604c742e39b6b5ff254501'\
33 'e237888d3f8afaab943fefab74fc0edf')
38 # Unzip all archives and extract the contents to the stepmania-cvs folder
39 for file in `ls *.smzip`; do
40 unzip -o $file -d stepmania-cvs
43 # Rename the folder that would cause problems with pacman and
44 # delete an unnecessary file
45 mv stepmania-cvs/Songs/Plaguemix\ Series/Bitches\ \(*-ZIQ\ Remix\) stepmania-cvs/Songs/Plaguemix\ Series/Bitches\ \(u-ZIQ\ Remix\)
46 rm stepmania-cvs/smzip.ctl
49 install -d $startdir/pkg/opt
50 cp -r stepmania-cvs $startdir/pkg/opt