#!/usr/bin/make -f

# For 3.1.2:
source_sha256sum = eb87eacd8fe49e8d90c8fdc189813023ccc319c5e752b01fb6ad0cc7b2c53d5e

include ../source.mk

nop:
	@:

build:
	oh-autoconfigure -- \
		--enable-bsdtar=shared --enable-bsdcpio=shared
	oh-autobuild
	touch $@

install: build
	oh-autoinstall
	rm dest/usr/lib/$(OPK_HOST_ARCH)/libarchive.la
	oh-fixperms
	oh-strip
	oh-installfiles