SHARE
TWEET

das

a guest Dec 5th, 2016 50 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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/mmuman/MuseScore/archive/musescore-$portVersion.tar.gz"
  8. #CHECKSUM_SHA256="f4a245b94124b377d8b49646bf421f9155d36aa7614b6ebf83705d3ffc76eaad"#
  9. PATCHES="musescore-$portVersion.patch"
  10.  
  11. ARCHITECTURES="x86_gcc2 x86 x86_64 arm"
  12.  
  13. PROVIDES="
  14.     musescore = $portVersion
  15.     cmd:mscore = $portVersion
  16.     "
  17. REQUIRES="
  18.     haiku
  19.     "
  20.  
  21. BUILD_REQUIRES="
  22.     haiku_devel
  23.     "
  24. BUILD_PREREQUIRES="
  25.     cmd:gcc
  26.     cmd:git
  27.     cmd:make
  28.     cmd:install
  29.     "
  30.  
  31. defineDebugInfoPackage musescore \
  32.     $binDir/musescore
  33.  
  34. BUILD()
  35. {
  36.     make clean
  37.     make release
  38. }
  39.  
  40. INSTALL()
  41. {
  42.     make install
  43. }
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