comments and traces
This commit is contained in:
commit
1714d2aad1
1124 changed files with 431281 additions and 0 deletions
35
packaging/homebrew/recoll.rb
Normal file
35
packaging/homebrew/recoll.rb
Normal file
|
@ -0,0 +1,35 @@
|
|||
require 'formula'
|
||||
|
||||
class Recoll < Formula
|
||||
homepage 'http://www.recoll.org'
|
||||
url 'http://www.recoll.org/recoll-1.19.11p1.tar.gz'
|
||||
sha1 'f4259c21faff9f30882d0bf1e8f952c19ed9936b'
|
||||
|
||||
depends_on 'xapian'
|
||||
depends_on 'qt'
|
||||
def patches
|
||||
DATA
|
||||
end
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}"
|
||||
system "make", "install"
|
||||
end
|
||||
|
||||
test do
|
||||
system "#{bin}/recollindex", "-h"
|
||||
end
|
||||
end
|
||||
|
||||
__END__
|
||||
--- a/configure.orig 2014-01-07 12:39:40.606718201 +0100
|
||||
+++ b/configure 2014-01-07 12:39:58.574599715 +0100
|
||||
@@ -5120,7 +5120,7 @@
|
||||
# basically to enable using a Macbook for development
|
||||
if test X$sys = XDarwin ; then
|
||||
# The default is xcode
|
||||
- QMAKE="${QMAKE} -spec macx-g++"
|
||||
+ QMAKE="${QMAKE}"
|
||||
fi
|
||||
|
||||
# Discriminate qt3/4. Qt3 qmake prints its version on stderr but we don't
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue