From c25b6890891c7ef34e129c8c54efdf2993234aa0 Mon Sep 17 00:00:00 2001 From: davidovski Date: Wed, 6 Oct 2021 17:18:43 +0100 Subject: moved xibuilds to another repo --- xibuilds/attr.xibuild | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 xibuilds/attr.xibuild (limited to 'xibuilds/attr.xibuild') diff --git a/xibuilds/attr.xibuild b/xibuilds/attr.xibuild deleted file mode 100644 index 6aa9673..0000000 --- a/xibuilds/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