From 48ca75555522716f0f686dcae3dd6cf3d8ad714d Mon Sep 17 00:00:00 2001 From: davidovski Date: Tue, 31 May 2022 11:05:19 +0100 Subject: removed idea of repos --- repo/system/libaio/libaio.xibuild | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 repo/system/libaio/libaio.xibuild (limited to 'repo/system/libaio/libaio.xibuild') diff --git a/repo/system/libaio/libaio.xibuild b/repo/system/libaio/libaio.xibuild deleted file mode 100644 index 56102d9..0000000 --- a/repo/system/libaio/libaio.xibuild +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/sh - -NAME="libaio" -DESC="Asynchronous input/output library" - -MAKEDEPS="make " -DEPS="musl " - -PKG_VER=0.3.112 -SOURCE="https://releases.pagure.org/libaio/libaio-$PKG_VER.tar.gz" -ADDITIONAL="test.patch test-poll.patch libaio-optional-werror.patch libaio-errno.patch libaio-cppflags.patch gnudesignator.patch" - -prepare () { - apply_patches -} - -build () { - make PREFIX=/usr -} - -check() { - make partcheck -} - -package () { - make PREFIX=/usr DESTDIR=$PKG_DEST install - cd man - find ./ -name "*.3" -exec install -Dm 644 {} "$PKG_DEST"/usr/share/man/man3/{} \; - -} -- cgit v1.2.1