Add libechonest 1.1.5.
This commit is contained in:
parent
622c734015
commit
d5f6cc3183
1 changed files with 16 additions and 0 deletions
16
Formula/libechonest.rb
Normal file
16
Formula/libechonest.rb
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
require 'formula'
|
||||||
|
|
||||||
|
class Libechonest < Formula
|
||||||
|
url 'http://pwsp.cleinias.com/libechonest-1.1.5.tar.bz2'
|
||||||
|
homepage 'https://projects.kde.org/projects/playground/libs/libechonest'
|
||||||
|
md5 'dfee05ea5dd58b320fce015bf5cb32e5'
|
||||||
|
|
||||||
|
depends_on 'cmake'
|
||||||
|
depends_on 'qt'
|
||||||
|
depends_on 'qjson'
|
||||||
|
|
||||||
|
def install
|
||||||
|
system "cmake . #{std_cmake_parameters}"
|
||||||
|
system "make install"
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in a new issue