summaryrefslogtreecommitdiff
path: root/homebrew/cattle/.make.sh-auto
blob: 086886e11e7a2b3202e9ddd2b9b1ac87ecc2f2b4 (plain)
1
2
3
4
5
6
7
8
9
pkg:setup
pkgshare.mkpath
cp_r ["examples", "tests"], pkgshare
rm Dir["#{pkgshare}/{examples,tests}/{Makefile.am,.gitignore}"]
inreplace "autogen.sh", "libtoolize", "glibtoolize"
sh autogen.sh
end
pkg:configure --disable-dependency-tracking --disable-silent-rules
make DESTDIR=${PKG_DEST} install