summaryrefslogtreecommitdiff
path: root/homebrew/jxrlib/.make.sh-auto
blob: 38ffc690bc541082f9f7156de7cf6c14aa1719d6 (plain)
1
2
3
4
5
6
7
8
pkg:setup
make
lib.install %w[libjxrglue.a libjpegxr.a]
bin.install %w[JxrEncApp JxrDecApp]
include.install %w[common image]
include.install "jxrgluelib" => "glue"
include.install "jxrtestlib" => "test"
doc.install Dir["doc/*"]