blob: 36cb0c0b3a7697ede6daec5ccb6dcf3e25e5400c (
plain)
1
2
3
4
5
6
7
|
pkg:setup
inreplace "bootstrap.sh", "./configure", ""
./bootstrap.sh
end
pkg:configure --disable-dependency-tracking
make DESTDIR=${PKG_DEST} install
libexec.install bin/"frag_find.jar"
|