1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 12:37:44 +00:00

Ports: libarchive

Provides a cpio and tar implementation. Unfortunately doesn't work
yet; requires a working mbtowc implementation.
This commit is contained in:
Calvin Buckley 2019-10-13 13:09:58 -03:00 committed by Andreas Kling
parent 5050f7b5ee
commit 282456dc37
3 changed files with 40 additions and 0 deletions

10
Ports/libarchive/package.sh Executable file
View file

@ -0,0 +1,10 @@
#!/bin/bash ../.port_include.sh
port=libarchive
version=3.4.0
useconfigure=true
files="https://libarchive.org/downloads/libarchive-3.4.0.tar.gz libarchive-3.4.0.tar.gz"
patchlevel=1
configure() {
run ./"$configscript" --host=i686-pc-serenity $configopts
}