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:
parent
5050f7b5ee
commit
282456dc37
3 changed files with 40 additions and 0 deletions
10
Ports/libarchive/package.sh
Executable file
10
Ports/libarchive/package.sh
Executable 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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue