summaryrefslogtreecommitdiff
path: root/homebrew/libarchive/.make.sh-auto
blob: fc3ce5f9a687ce2b34e0c9e2ff5ae277d6c971dc (plain)
1
2
3
4
5
6
7
8
9
10
11
pkg:setup
pkg:configure --without-lzo2
"--without-nettle",  
"--without-xml2",    
"--without-openssl", 
"--with-expat"       
make DESTDIR=${PKG_DEST} install
ln_s bin/"bsdtar", bin/"tar"
ln_s bin/"bsdcpio", bin/"cpio"
ln_s man1/"bsdtar.1", man1/"tar.1"
ln_s man1/"bsdcpio.1", man1/"cpio.1"