Advertisement
Guest User

da

a guest
Dec 5th, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. SUMMARY="An open source and free music notation software."
  2. DESCRIPTION="MuseScore is used for creating, playing and printing beautiful sheet music"
  3. HOMEPAGE="https://musescore.org/"
  4. COPYRIGHT="Free Software Foundation"
  5. LICENSE="GNU GPL v2"
  6. REVISION="3"
  7. SOURCE_URI="https://github.com/musescore/MuseScore/archive/v2.0.3.tar.gz"
  8. CHECKSUM_SHA256="f4a245b94124b377d8b49646bf421f9155d36aa7614b6ebf83705d3ffc76eaad"
  9. SOURCE_DIR="MuseScore-$gitRevision"
  10. PATCHES="musescore-$portVersion.patch"
  11.  
  12. ARCHITECTURES="x86_gcc2 x86 x86_64 arm"
  13.  
  14. PROVIDES="
  15. musescore = $portVersion
  16. cmd:mscore = $portVersion
  17. "
  18. REQUIRES="
  19. haiku
  20. "
  21.  
  22. BUILD_REQUIRES="
  23. haiku_devel
  24. "
  25. BUILD_PREREQUIRES="
  26. cmd:gcc
  27. cmd:git
  28. cmd:git clone
  29. cmd:make
  30. cmd:install
  31. cmd:cmake
  32. cmd:getconf
  33. devek:lame_x86
  34. "
  35.  
  36.  
  37. BUILD()
  38. {
  39. make clean
  40. make release
  41. ./Makefile
  42. }
  43.  
  44. INSTALL()
  45. {
  46. make install
  47. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement