2011-05-11 21:49:17 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Libechonest < Formula
|
2011-06-22 20:11:13 +00:00
|
|
|
url 'http://pwsp.cleinias.com/libechonest-1.1.8.tar.bz2'
|
2011-05-11 21:49:17 +00:00
|
|
|
homepage 'https://projects.kde.org/projects/playground/libs/libechonest'
|
2011-06-22 20:11:13 +00:00
|
|
|
sha1 'ce79da389979e7deca2858b1d677312f027b6264'
|
2011-05-11 21:49:17 +00:00
|
|
|
|
2011-11-30 02:54:32 +00:00
|
|
|
depends_on 'cmake' => :build
|
2011-05-11 21:49:17 +00:00
|
|
|
depends_on 'qt'
|
|
|
|
depends_on 'qjson'
|
|
|
|
|
|
|
|
def install
|
|
|
|
system "cmake . #{std_cmake_parameters}"
|
|
|
|
system "make install"
|
|
|
|
end
|
|
|
|
end
|