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/attr.xibuild | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 repo/core/attr.xibuild (limited to 'repo/core/attr.xibuild') diff --git a/repo/core/attr.xibuild b/repo/core/attr.xibuild new file mode 100644 index 0000000..6aa9673 --- /dev/null +++ b/repo/core/attr.xibuild @@ -0,0 +1,15 @@ +#!/bin/bash + +DEPS=(glibc) +SOURCE=http://download.savannah.nongnu.org/releases/attr/attr-2.5.1.tar.xz + +DESC="Extended attribute support library for ACL support" + +build () { + + ./configure --prefix=/usr --disable-static --sysconfdir=/etc --docdir=/usr/share/doc/attr-2.5.1 + + make + make check + make DESTDIR=$PKG_DEST install +} -- cgit v1.2.1