parent
ca8819c0af
commit
9478d69581
1 changed files with 3 additions and 5 deletions
|
@ -1,14 +1,12 @@
|
|||
require 'formula'
|
||||
|
||||
class Ripmime < Formula
|
||||
url 'http://www.pldaniels.com/ripmime/ripmime-1.4.0.9.tar.gz'
|
||||
homepage 'http://www.pldaniels.com/ripmime/'
|
||||
sha1 '883fbed480807c2425965f1c1a96d4c207ae8634'
|
||||
url 'http://www.pldaniels.com/ripmime/ripmime-1.4.0.10.tar.gz'
|
||||
sha1 '296f657f2f664b713751178fb589d5c64dc7b6ae'
|
||||
|
||||
def install
|
||||
system "make"
|
||||
|
||||
# Don't "make install", do it manually
|
||||
system "make", "LIBS=-liconv", "CFLAGS=#{ENV.cflags}"
|
||||
bin.install "ripmime"
|
||||
man1.install "ripmime.1"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue