From 0a31fc2a959ea1230d07cfd837f5a9a945a7f80a Mon Sep 17 00:00:00 2001 From: davidovski Date: Wed, 6 Oct 2021 17:19:20 +0100 Subject: Initial commit, added core packages --- repo/core/acl.xibuild | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 repo/core/acl.xibuild (limited to 'repo/core/acl.xibuild') diff --git a/repo/core/acl.xibuild b/repo/core/acl.xibuild new file mode 100644 index 0000000..7b86fe6 --- /dev/null +++ b/repo/core/acl.xibuild @@ -0,0 +1,14 @@ +#!/bin/bash + +DEPS=(attr) + +SOURCE=http://download.savannah.nongnu.org/releases/acl/acl-2.3.1.tar.xz +DESC="Access control list utilities, libraries and headers" + +build () { + ./configure --prefix=/usr --disable-static --docdir=/usr/share/doc/acl-2.3.1 + make + + make DESTDIR=$PKG_DEST install + +} -- cgit v1.2.1