mpdas 0.3.1
This commit is contained in:
parent
0344535fe4
commit
f02f9dc4c9
1 changed files with 10 additions and 10 deletions
|
@ -1,19 +1,19 @@
|
|||
require 'formula'
|
||||
require "formula"
|
||||
|
||||
class Mpdas < Formula
|
||||
homepage 'http://www.50hz.ws/mpdas/'
|
||||
url 'http://www.50hz.ws/mpdas/mpdas-0.3.0.tar.bz2'
|
||||
sha1 '3e389b8bb9a37b7f9527c6c4a1aaaf4ab462bf0a'
|
||||
homepage "http://www.50hz.ws/mpdas/"
|
||||
url "http://www.50hz.ws/mpdas/mpdas-0.3.1.tar.bz2"
|
||||
sha1 "c9aaf18243b3ae59264ba862f6fb94dfed55dbda"
|
||||
|
||||
head 'https://github.com/hrkfdn/mpdas.git'
|
||||
head "https://github.com/hrkfdn/mpdas.git"
|
||||
|
||||
depends_on 'pkg-config' => :build
|
||||
depends_on 'libmpd'
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "libmpd"
|
||||
|
||||
def install
|
||||
ENV['PREFIX'] = prefix
|
||||
ENV['MANPREFIX'] = man
|
||||
ENV['CONFIG'] = etc
|
||||
ENV["PREFIX"] = prefix
|
||||
ENV["MANPREFIX"] = man
|
||||
ENV["CONFIG"] = etc
|
||||
|
||||
ENV.j1
|
||||
system "make"
|
||||
|
|
Loading…
Reference in a new issue