mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
11 lines
261 B
Bash
Executable File
11 lines
261 B
Bash
Executable File
#!/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
|
|
}
|