# Maintainer: Bartłomiej Piotrowski # Contributor: Thomas S Hatch pkgname=libaio pkgver=0.3.109 _patchver=${pkgver}-2 pkgrel=6 pkgdesc="The Linux-native asynchronous I/O facility (aio) library" arch=('i686' 'x86_64' 'mips64el') url="http://lse.sourceforge.net/io/aio.html" license=('LGPL') source=(http://ftp.de.debian.org/debian/pool/main/liba/$pkgname/${pkgname}_${pkgver}.orig.tar.gz http://ftp.de.debian.org/debian/pool/main/liba/${pkgname}/${pkgname}_${_patchver}.debian.tar.gz) build() { cd "$srcdir/$pkgname-$pkgver" # Debian patches for extra arches patch -Np1 -i ../debian/patches/00_arches.patch make } package() { cd "$srcdir/$pkgname-$pkgver" make prefix="$pkgdir/usr" install } md5sums=('435a5b16ca6198eaf01155263d855756' 'f942fe72127b612b93636387de47001b')