commit b53e4ea3b30022df5874a3c2abc8c22fcd7722b6 parent 4473a153bc02e814949ff14f7ed07924f1082703 Author: aabacchus <bvnfuller@gmail.com> Date: Mon, 5 Apr 2021 01:59:03 +0100 apr: new package at 1.7.0 Diffstat:
A | apr/build | | | 7 | +++++++ |
A | apr/checksums | | | 1 | + |
A | apr/depends | | | 1 | + |
A | apr/sources | | | 1 | + |
A | apr/version | | | 1 | + |
5 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/apr/build b/apr/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +./configure --prefix=/usr +make +make DESTDIR="$1" install + +rm -fr "$1/usr/build-1" "$1/usr/bin" diff --git a/apr/checksums b/apr/checksums @@ -0,0 +1 @@ +48e9dbf45ae3fdc7b491259ffb6ccf7d63049ffacbc1c0977cced095e4c2d5a2 diff --git a/apr/depends b/apr/depends @@ -0,0 +1 @@ +util-linux diff --git a/apr/sources b/apr/sources @@ -0,0 +1 @@ +https://mirrors.ukfast.co.uk/sites/ftp.apache.org//apr/apr-1.7.0.tar.gz diff --git a/apr/version b/apr/version @@ -0,0 +1 @@ +1.7.0 1