serenity/Ports/liboggz/package.sh
Ali Mohammad Pur cdd6d68b2a Ports: Remove some config.sub patches and download a fresh one if needed
All of these patches did the same thing, which is already in upstream
config.sub.
With this change, we need only add `use_fresh_config_sub=true` to
the package.sh file.
Note that this is not done automatically in case the port has a modified
config.sub file.
2022-01-16 10:32:50 +03:30

9 lines
319 B
Bash
Executable file

#!/usr/bin/env -S bash ../.port_include.sh
port=liboggz
version=1.1.1
useconfigure=true
use_fresh_config_sub=true
files="https://downloads.xiph.org/releases/liboggz/liboggz-${version}.tar.gz liboggz-${version}.tar.gz 6bafadb1e0a9ae4ac83304f38621a5621b8e8e32927889e65a98706d213d415a"
auth_type=sha256
depends=("libogg")