summaryrefslogtreecommitdiff
path: root/Ports/lrzip
diff options
context:
space:
mode:
authorTim Schumacher <timschumi@gmx.de>2023-04-10 11:22:04 +0200
committerJelle Raaijmakers <jelle@gmta.nl>2023-04-10 16:31:54 +0200
commitdca56ce1cb6607a1f875a5c0bac194cc2c2c66fe (patch)
tree142914e4147f824c910c8e2d42ed709ffe72f32c /Ports/lrzip
parentd0e18b8a17f28f14b940dd6b85c46f09567f0ced (diff)
downloadserenity-dca56ce1cb6607a1f875a5c0bac194cc2c2c66fe.zip
Ports/lrzip: Switch to the actual preconfigured release tarball
This avoids us having to run autoconf ourselves, resulting in a nice and deterministic source package.
Diffstat (limited to 'Ports/lrzip')
-rwxr-xr-xPorts/lrzip/package.sh7
1 files changed, 2 insertions, 5 deletions
diff --git a/Ports/lrzip/package.sh b/Ports/lrzip/package.sh
index e4a6a95bcf..acfd43c376 100755
--- a/Ports/lrzip/package.sh
+++ b/Ports/lrzip/package.sh
@@ -2,7 +2,8 @@
port='lrzip'
version='0.651'
useconfigure='true'
-files="https://github.com/ckolivas/lrzip/archive/refs/tags/v${version}.tar.gz v${version}.tar.gz f4c84de778a059123040681fd47c17565fcc4fec0ccc68fcf32d97fad16cd892"
+use_fresh_config_sub='true'
+files="http://ck.kolivas.org/apps/lrzip/lrzip-${version}.tar.xz lrzip-${version}.tar.xz 48bd8decb097c1596c9b3777959cd3e332819434ed77a2823e65aa436f1602f9"
auth_type='sha256'
depends=(
'bzip2'
@@ -10,7 +11,3 @@ depends=(
'lzo'
'zlib'
)
-
-configure() {
- run ./autogen.sh --host="${SERENITY_ARCH}-pc-serenity"
-}