homebrew-core/Formula/dvd+rw-tools.rb

36 lines
878 B
Ruby
Raw Normal View History

require 'formula'
2011-03-10 05:11:03 +00:00
class DvdxrwTools < Formula
homepage 'http://fy.chalmers.se/~appro/linux/DVD+RW/'
2012-02-22 04:48:36 +00:00
url 'http://fy.chalmers.se/~appro/linux/DVD+RW/tools/dvd+rw-tools-7.1.tar.gz'
sha1 '6400e013934ff589b4b224eced03fd9f42ed719b'
2012-02-22 04:48:36 +00:00
# Respect $PREFIX
def patches
DATA
end
def install
2012-02-22 04:48:36 +00:00
bin.mkpath
man1.mkpath
2012-02-22 04:48:36 +00:00
system "make", "PREFIX=#{prefix}", "install"
end
end
__END__
diff --git a/Makefile.m4 b/Makefile.m4
index a6a100b..bf7c041 100644
--- a/Makefile.m4
+++ b/Makefile.m4
@@ -30,8 +30,8 @@ LINK.o =$(LINK.cc)
# to install set-root-uid, `make BIN_MODE=04755 install'...
BIN_MODE?=0755
install: dvd+rw-tools
- install -o root -m $(BIN_MODE) $(CHAIN) /usr/bin
- install -o root -m 0644 growisofs.1 /usr/share/man/man1
+ install -m $(BIN_MODE) $(CHAIN) $(PREFIX)/bin
+ install -m 0644 growisofs.1 $(PREFIX)/share/man/man1
])
ifelse(OS,MINGW32,[