Advertisement
Guest User

PKGBUILD childsplay-alphabet-sounds-0.9.1

a guest
Sep 22nd, 2010
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.26 KB | None | 0 0
  1. # Contributor: Jakob Nixdorf <jakob.nixdorf@online.de>
  2. pkgname=childsplay-alphabet-sounds
  3. pkgver=0.9.1.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.1.tgz)
  20. md5sums=('f262b6db7734d4c4c9507514ba4ca02e'
  21.          '7088f35d6746a12f01d782ee749b1818'
  22.          '959ba7c2e922ba7d7f939d0b5edaa166'
  23.          'a7b6b136671d08f82b00160ebb9beff4'
  24.          '6a6c510249f3fc0f4d626937cfc215be'
  25.          '06c4a4a3906b09cd6e8f43e6493bcbd6'
  26.          '74f938723bf150f397cf1661cb959cc2'
  27.          '1023b6dd5bdf70eaa037b39a63360d49'
  28.          '04508ccba7a2cafe7b3485ee9539a730'
  29.          'bd02c41bd3ea7124cc9919191e8b13f9')
  30.      
  31. build() {
  32. cd ${srcdir}
  33. mkdir -p ${pkgdir}/usr/share/{sp_alphabetsounds,childsplay_sp/CPData/FlashcardsData/names}
  34. cp -rf alphabet_sounds_ca-0.9.1/AlphabetSounds/* ${pkgdir}/usr/share/sp_alphabetsounds/
  35. cp -rf alphabet_sounds_de-0.9.1/AlphabetSounds/* ${pkgdir}/usr/share/sp_alphabetsounds/
  36. cp -rf alphabet_sounds_es-0.9.1/AlphabetSounds/* ${pkgdir}/usr/share/sp_alphabetsounds/
  37. cp -rf alphabet_sounds_fr-0.9.1/AlphabetSounds/* ${pkgdir}/usr/share/sp_alphabetsounds/
  38. cp -rf alphabet_sounds_it-0.9.1/AlphabetSounds/* ${pkgdir}/usr/share/sp_alphabetsounds/
  39. cp -rf alphabet_sounds_nl-0.9.1/AlphabetSounds/* ${pkgdir}/usr/share/sp_alphabetsounds/
  40. cp -rf alphabet_sounds_pt-0.9.1/AlphabetSounds/* ${pkgdir}/usr/share/sp_alphabetsounds/
  41. cp -rf alphabet_sounds_ru-0.9.1/AlphabetSounds/* ${pkgdir}/usr/share/sp_alphabetsounds/
  42. cp -rf alphabet_sounds_sl-0.9.1/AlphabetSounds/* ${pkgdir}/usr/share/sp_alphabetsounds/
  43. cp -rf alphabet_sounds_sv-0.9.1/AlphabetSounds/* ${pkgdir}/usr/share/sp_alphabetsounds/
  44.  
  45. cp -rf alphabet_sounds_ca-0.9.1/FlashCardsSounds/* ${pkgdir}/usr/share/childsplay_sp/CPData/FlashcardsData/names/
  46. cp -rf alphabet_sounds_de-0.9.1/FlashCardsSounds/* ${pkgdir}/usr/share/childsplay_sp/CPData/FlashcardsData/names/
  47. cp -rf alphabet_sounds_es-0.9.1/FlashCardsSounds/* ${pkgdir}/usr/share/childsplay_sp/CPData/FlashcardsData/names/
  48. cp -rf alphabet_sounds_fr-0.9.1/FlashCardsSounds/* ${pkgdir}/usr/share/childsplay_sp/CPData/FlashcardsData/names/
  49. cp -rf alphabet_sounds_it-0.9.1/FlashCardsSounds/* ${pkgdir}/usr/share/childsplay_sp/CPData/FlashcardsData/names/
  50. cp -rf alphabet_sounds_nl-0.9.1/FlashCardsSounds/* ${pkgdir}/usr/share/childsplay_sp/CPData/FlashcardsData/names/
  51. cp -rf alphabet_sounds_ru-0.9.1/FlashCardsSounds/* ${pkgdir}/usr/share/childsplay_sp/CPData/FlashcardsData/names/
  52. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement