Advertisement
Guest User

Untitled

a guest
Nov 30th, 2010
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.26 KB | None | 0 0
  1. # Contributor: Jakob Nixdorf <jakob.nixdorf@online.de>
  2. pkgname=childsplay-alphabet-sounds
  3. pkgver=0.9.1
  4. pkgrel=1
  5. pkgdesc="A suite of educational games for young children -- Sound Translations"
  6. url="http://www.schoolsplay.org/"
  7. arch=('i686' 'x86_64')
  8. license=('GPL')
  9. depends=('childsplay>=1.3')
  10. source=(http://downloads.sourceforge.net/schoolsplay/alphabet_sounds_ca-0.9.1.tgz
  11. http://downloads.sourceforge.net/schoolsplay/alphabet_sounds_de-0.9.1.tgz
  12. http://downloads.sourceforge.net/schoolsplay/alphabet_sounds_es-0.9.1.tgz
  13. http://downloads.sourceforge.net/schoolsplay/alphabet_sounds_fr-0.9.1.tgz
  14. http://downloads.sourceforge.net/schoolsplay/alphabet_sounds_it-0.9.1.tgz
  15. http://downloads.sourceforge.net/schoolsplay/alphabet_sounds_nl-0.9.1.tgz
  16. http://downloads.sourceforge.net/schoolsplay/alphabet_sounds_pt-0.9.1.tgz
  17. http://downloads.sourceforge.net/schoolsplay/alphabet_sounds_ru-0.9.1.tgz
  18. http://downloads.sourceforge.net/schoolsplay/alphabet_sounds_sl-0.9.1.tgz
  19. http://downloads.sourceforge.net/schoolsplay/alphabet_sounds_sv-0.9.2.tgz)
  20. md5sums=('f262b6db7734d4c4c9507514ba4ca02e'
  21. '7088f35d6746a12f01d782ee749b1818'
  22. '959ba7c2e922ba7d7f939d0b5edaa166'
  23. 'a7b6b136671d08f82b00160ebb9beff4'
  24. '6a6c510249f3fc0f4d626937cfc215be'
  25. '06c4a4a3906b09cd6e8f43e6493bcbd6'
  26. '74f938723bf150f397cf1661cb959cc2'
  27. '1023b6dd5bdf70eaa037b39a63360d49'
  28. '04508ccba7a2cafe7b3485ee9539a730'
  29. '61e12b63ef23a5cf4168e8a60d1a519a')
  30.  
  31.  
  32. build() {
  33. cd ${srcdir}
  34. mkdir -p ${pkgdir}/usr/share/{sp_alphabetsounds,childsplay_sp/CPData/FlashcardsData/names}
  35. cp -rf alphabet_sounds_ca-0.9.1/AlphabetSounds/* ${pkgdir}/usr/share/sp_alphabetsounds/
  36. cp -rf alphabet_sounds_de-0.9.1/AlphabetSounds/* ${pkgdir}/usr/share/sp_alphabetsounds/
  37. cp -rf alphabet_sounds_es-0.9.1/AlphabetSounds/* ${pkgdir}/usr/share/sp_alphabetsounds/
  38. cp -rf alphabet_sounds_fr-0.9.1/AlphabetSounds/* ${pkgdir}/usr/share/sp_alphabetsounds/
  39. cp -rf alphabet_sounds_it-0.9.1/AlphabetSounds/* ${pkgdir}/usr/share/sp_alphabetsounds/
  40. cp -rf alphabet_sounds_nl-0.9.1/AlphabetSounds/* ${pkgdir}/usr/share/sp_alphabetsounds/
  41. cp -rf alphabet_sounds_pt-0.9.1/AlphabetSounds/* ${pkgdir}/usr/share/sp_alphabetsounds/
  42. cp -rf alphabet_sounds_ru-0.9.1/AlphabetSounds/* ${pkgdir}/usr/share/sp_alphabetsounds/
  43. cp -rf alphabet_sounds_sl-0.9.1/AlphabetSounds/* ${pkgdir}/usr/share/sp_alphabetsounds/
  44. cp -rf alphabet_sounds_sv-0.9.2/AlphabetSounds/* ${pkgdir}/usr/share/sp_alphabetsounds/
  45.  
  46. cp -rf alphabet_sounds_ca-0.9.1/FlashCardsSounds/* ${pkgdir}/usr/share/childsplay_sp/CPData/FlashcardsData/names/
  47. cp -rf alphabet_sounds_de-0.9.1/FlashCardsSounds/* ${pkgdir}/usr/share/childsplay_sp/CPData/FlashcardsData/names/
  48. cp -rf alphabet_sounds_es-0.9.1/FlashCardsSounds/* ${pkgdir}/usr/share/childsplay_sp/CPData/FlashcardsData/names/
  49. cp -rf alphabet_sounds_fr-0.9.1/FlashCardsSounds/* ${pkgdir}/usr/share/childsplay_sp/CPData/FlashcardsData/names/
  50. cp -rf alphabet_sounds_it-0.9.1/FlashCardsSounds/* ${pkgdir}/usr/share/childsplay_sp/CPData/FlashcardsData/names/
  51. cp -rf alphabet_sounds_nl-0.9.1/FlashCardsSounds/* ${pkgdir}/usr/share/childsplay_sp/CPData/FlashcardsData/names/
  52. cp -rf alphabet_sounds_ru-0.9.1/FlashCardsSounds/* ${pkgdir}/usr/share/childsplay_sp/CPData/FlashcardsData/names/
  53. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement