Advertisement
Guest User

iozone recipe v2.0

a guest
Dec 21st, 2014
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. SUMMARY="Filesystem benchmarking program"
  2. DESCRIPTION="Filesystem benchmarking program"
  3.  
  4. #NOTE: The author retains the exclusive right to publish derivative works based on this work, including, but not limited to, revised versions of this work.
  5.  
  6. LICENSE="iozone"
  7. COPYRIGHT="1991-2001, William D. Norcott
  8. 2010, Don Capps"
  9.  
  10. HOMEPAGE="http://www.iozone.org/"
  11. SRC_URI="http://www.iozone.org/src/current/iozone3_326.tar"
  12.  
  13. CHECKSUM_SHA256="bc0a40b2cc7f2e8c6dcfbbff82f1df82ad735f02c9a7db59f8364b76f43f7063"
  14.  
  15. SOURCE_DIR="iozone3_326"
  16.  
  17. REVISION="1"
  18.  
  19. ARCHITECTURES="x86 x86_gcc2"
  20.  
  21. PATCHES="iozone-3.326.patch"
  22.  
  23. PROVIDES="
  24. cmd:iozone = $portVersion
  25. "
  26. REQUIRES=""
  27.  
  28. BUILD_REQUIRES="
  29. cmd:make
  30. "
  31.  
  32. BUILD_PREREQUIRES=""
  33.  
  34. BUILD()
  35. {
  36. cd src/current/
  37. make $jobArgs
  38. }
  39.  
  40. INSTALL()
  41. {
  42. cd src/current/
  43. mkdir -p $binDir/iozone
  44. cp iozone $binDir/iozone
  45. cp fileop $binDir
  46. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement