From cb447620084a20be80d116c81c2e9ec110be7118 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 16 Jan 2022 01:23:51 +0000 Subject: restructured repo system --- repo/core/attr.xibuild | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 repo/core/attr.xibuild (limited to 'repo/core/attr.xibuild') diff --git a/repo/core/attr.xibuild b/repo/core/attr.xibuild deleted file mode 100644 index 6aa9673..0000000 --- a/repo/core/attr.xibuild +++ /dev/null @@ -1,15 +0,0 @@ -#!/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