aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Coeurjolly2014-03-13 09:05:30 +0100
committerMike McQuaid2014-03-13 10:40:05 +0000
commitd9439de7eb7d35b5abe935f20b6d9bdfa71fb53d (patch)
tree2f761a3210aa1f1fe72e5317807a5e06044924b6
parent995ebc4081778f630fecfafc0f627879dff7440f (diff)
downloadhomebrew-d9439de7eb7d35b5abe935f20b6d9bdfa71fb53d.tar.bz2
libqglviewer 2.5.1
-rw-r--r--Library/Formula/libqglviewer.rb18
1 files changed, 2 insertions, 16 deletions
diff --git a/Library/Formula/libqglviewer.rb b/Library/Formula/libqglviewer.rb
index 21f56d483..fc6a6d1c1 100644
--- a/Library/Formula/libqglviewer.rb
+++ b/Library/Formula/libqglviewer.rb
@@ -2,8 +2,8 @@ require 'formula'
class Libqglviewer < Formula
homepage 'http://www.libqglviewer.com/'
- url 'http://www.libqglviewer.com/src/libQGLViewer-2.4.0.tar.gz'
- sha1 '91e3c889822909dc3684e1be6d7f9ff734cc8047'
+ url 'http://www.libqglviewer.com/src/libQGLViewer-2.5.1.tar.gz'
+ sha1 '21e10a28153cb649e29bbe9a288eecc280b30f0e'
head 'https://github.com/GillesDebunne/libQGLViewer.git'
@@ -11,8 +11,6 @@ class Libqglviewer < Formula
depends_on 'qt'
- def patches; DATA; end
-
def install
args = ["PREFIX=#{prefix}"]
args << "CONFIG += x86 x86_64" if build.universal?
@@ -29,15 +27,3 @@ class Libqglviewer < Formula
EOS
end
end
-
-__END__
---- a/QGLViewer/QGLViewer.pro
-+++ b/QGLViewer/QGLViewer.pro
-@@ -250,7 +250,7 @@
- FRAMEWORK_HEADERS.path = Headers
- QMAKE_BUNDLE_DATA += FRAMEWORK_HEADERS
-
-- DESTDIR = $${HOME_DIR}/Library/Frameworks/
-+ DESTDIR = $${PREFIX}
-
- QMAKE_POST_LINK=cd $$DESTDIR/QGLViewer.framework/Headers && ln -s . QGLViewer