smlinux/base/libaio/libaio.SMBuild
PktSurf 0e36a18b56 Fixed CFLAGS variable in base/{db,gawk}
Converted uppercase variables to lowercase variables in base/fftw
Insert CFLAGS into following build files since the CFLAGS set by bldpkg are not respected by the build systems of these packages:
-> giflib
-> git
-> libelf-compat
Discarded V=s and V=1 arguments from make command in base/{hdparm,hunspell,jam}
Discarded CPU architecture check and related builddist variable from base/gmp
Removed command to discard static library in base/libaio
Temporarily commented out sed command in base/libxml2
2022-10-04 20:20:41 +05:30

27 lines
591 B
Text
Executable file

app=libaio
version=0.3.112
build=1sml
homepage="https://pagure.io/libaio"
download="https://releases.pagure.org/libaio/libaio-$version.tar.gz"
desc="Asynchronous I/O library"
requires="musl"
build() {
mkandenterbuilddir
rm -rf $app-$version
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
make
make prefix="$pkg" libdir=$pkg/lib install
cp COPYING $pkgdocs/
mkfinalpkg
}
sha512sums="
024de41dabeeaa8e990710a188081ce0ea24e73140411fd6274be61bcaacab977c0a57a137ba46152468390a01c76df6d7576d6966d0c7626064b868f23d474c libaio-0.3.112.tar.lz
"