SHARE
TWEET

rec

a guest Dec 4th, 2016 57 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. haikuporter -S -j8 MuseScore-2.0.3
  2. Checking if any package-infos need to be updated ...
  3.         recipe for MuseScore-2.0.3 is still broken:
  4.         Error: SUMMARY cannot end in "." (/boot/home/haikuports/media-sound/musescore/MuseScore-2.0.3.recipe).
  5. Looking for stale dependency-infos ...
  6. Warning: Port MuseScore-2.0.3 is unsupported on this architecture.
  7. Continue (y/n + enter)? y
  8.  ok
  9. 'Port' object has no attribute 'recipeKeys'
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16. this is recipe
  17.  
  18. SUMMARY="MuseScore is an open source and free music notation software."
  19. DESCRIPTION="MuseScore is used for creating, playing and printing beautiful sheet music"
  20. HOMEPAGE="https://musescore.org/"
  21. COPYRIGHT="Werner Schweer and others"
  22. LICENSE="GNU GPL v2"
  23. REVISION="3"
  24. SOURCE_URI="https://github.com/mmuman/MuseScore/archive/02dae4e7370ddb8767b8c84b72f58b486d8b3f93.tar.gz"
  25. #CHECKSUM_SHA256="f4a245b94124b377d8b49646bf421f9155d36aa7614b6ebf83705d3ffc76eaad"#
  26. PATCHES="musescore-$portVersion.patch"
  27.  
  28. ARCHITECTURES="x86_gcc2 x86 x86_64 arm"
  29.  
  30. PROVIDES="
  31.     musescore = $portVersion
  32.     cmd:musescore = $portVersion
  33.     "
  34. REQUIRES="
  35.     haiku
  36.     "
  37.  
  38. BUILD_REQUIRES="
  39.     haiku_devel
  40.     "
  41. BUILD_PREREQUIRES="
  42.     cmd:gcc
  43.     cmd:git
  44.     cmd:make
  45.     cmd:sed
  46.     cmd:grep
  47.     cmd:awk
  48.     "
  49.  
  50. defineDebugInfoPackage mscore \
  51.     $binDir/musescore
  52.  
  53. BUILD()
  54. {
  55.     make clean
  56.     make release
  57. }
  58.  
  59. INSTALL()
  60. {
  61.     make install
  62. }
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top