diff options
| author | Brett Koonce | 2014-07-23 22:09:39 -0700 | 
|---|---|---|
| committer | Brett Koonce | 2014-07-24 23:06:23 -0700 | 
| commit | cc0408c429065fcddbff9cd6ba69decad51b3e94 (patch) | |
| tree | ad3b0e34cab86dc99e9ae4996fb20e5d54ba58d1 /Library/Formula/phoronix-test-suite.rb | |
| parent | d7184de22665723cdc8ba11e8721b06c999154b1 (diff) | |
| download | homebrew-cc0408c429065fcddbff9cd6ba69decad51b3e94.tar.bz2 | |
phoronix-test-suite 5.2.1
Diffstat (limited to 'Library/Formula/phoronix-test-suite.rb')
| -rw-r--r-- | Library/Formula/phoronix-test-suite.rb | 16 | 
1 files changed, 8 insertions, 8 deletions
diff --git a/Library/Formula/phoronix-test-suite.rb b/Library/Formula/phoronix-test-suite.rb index 7fad7ac43..650e59452 100644 --- a/Library/Formula/phoronix-test-suite.rb +++ b/Library/Formula/phoronix-test-suite.rb @@ -1,9 +1,9 @@ -require 'formula' +require "formula"  class PhoronixTestSuite < Formula -  homepage 'http://www.phoronix-test-suite.com/' -  url 'http://www.phoronix-test-suite.com/download.php?file=phoronix-test-suite-5.2.0' -  sha1 'ed5025e2f1b8f0fe1fc2f725979b502d1fcd7835' +  homepage "http://www.phoronix-test-suite.com/" +  url "http://www.phoronix-test-suite.com/download.php?file=phoronix-test-suite-5.2.1" +  sha1 "1328ff293879bf18009228ffc856ae7b9c4c6af5"    patch :DATA @@ -16,7 +16,7 @@ end  __END__  --- a/install-sh	2012-01-04 08:43:26.000000000 -0800  +++ b/install-sh	2012-04-23 20:34:21.000000000 -0700 -@@ -55,11 +55,11 @@ +@@ -56,11 +56,11 @@   mkdir -p $DESTDIR$INSTALL_PREFIX/share/man/man1/   mkdir -p $DESTDIR$INSTALL_PREFIX/share/phoronix-test-suite/   mkdir -p $DESTDIR$INSTALL_PREFIX/share/doc/phoronix-test-suite/ @@ -32,7 +32,7 @@ __END__   cd documentation/   cp -r * $DESTDIR$INSTALL_PREFIX/share/doc/phoronix-test-suite/ -@@ -67,7 +67,7 @@ +@@ -68,7 +68,7 @@   rm -rf $DESTDIR$INSTALL_PREFIX/share/doc/phoronix-test-suite/man-pages/   cp documentation/man-pages/*.1 $DESTDIR$INSTALL_PREFIX/share/man/man1/ @@ -41,7 +41,7 @@ __END__   cp pts-core/static/images/phoronix-test-suite.png $DESTDIR$INSTALL_PREFIX/share/icons/hicolor/48x48/apps/phoronix-test-suite.png   cp pts-core/static/phoronix-test-suite.desktop $DESTDIR$INSTALL_PREFIX/share/applications/   cp pts-core/static/phoronix-test-suite-launcher.desktop $DESTDIR$INSTALL_PREFIX/share/applications/ -@@ -88,7 +88,7 @@ +@@ -90,7 +90,7 @@   # sed 's:\$url = PTS_PATH . \"documentation\/index.html\";:\$url = \"'"$INSTALL_PREFIX"'\/share\/doc\/packages\/phoronix-test-suite\/index.html\";:g' pts-core/commands/gui_gtk.php > $DESTDIR$INSTALL_PREFIX/share/phoronix-test-suite/pts-core/commands/gui_gtk.php   # XDG MIME OpenBenchmarking support @@ -50,7 +50,7 @@ __END__   then   	#No chroot   	xdg-mime install pts-core/openbenchmarking.org/openbenchmarking-mime.xml -@@ -102,7 +102,7 @@ +@@ -104,7 +104,7 @@   fi  | 
