summaryrefslogtreecommitdiff
path: root/system/libaio/APKBUILD
blob: 7423a10d7c7908fa2318c0383e18b9ff3a276627 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Contributor: Leonardo Arena <rnalrd@alpinelinux.org>
# Maintainer: Dan Theisen <djt@hxx.in>
pkgname="libaio"
pkgver=0.3.111
pkgrel=1
pkgdesc="Asynchronous input/output library"
url="http://lse.sourceforge.net/io/aio.html"
arch="all"
license="LGPL-2.1+"
depends=""
makedepends="linux-headers"
subpackages="$pkgname-dev"
source="http://ftp.debian.org/debian/pool/main/liba/$pkgname/${pkgname}_${pkgver}.orig.tar.gz
	improper-strncpy-usage.patch
	"

build() {
	cd "$builddir"
        make LDFLAGS="$LDFLAGS -lssp_nonshared"
}

check() {
        cd "$builddir"
        # the full testsuite requires root and attempts to do a loop mount
        make partcheck
}

package() {
	cd "$builddir"
	make prefix="$pkgdir/usr" install
}

sha512sums="440f2b62f99ca2e72ffc8c2c04b4779a1a7cf24a8ba2a30b34d18b4ee77630a2078610fe8c435559f81a5c3bfa93049bd53d77464a0da8267833fbde3f40ceeb  libaio_0.3.111.orig.tar.gz
8294a17b60676838375b3f17b84af19f3f3224788bdc944eda6b235305f48b6b292899f9d528be7b4b87305e7beac409afc0f250d052454b2a739bd990104b83  improper-strncpy-usage.patch"