opt/libaio/Pkgfile

15 lines
373 B
Plaintext
Raw Normal View History

2011-02-07 18:33:46 +01:00
# Description: Native asynchronous I/O (AIO) support library
# URL: http://lse.sourceforge.net/io/aio.html
# Maintainer: Juergen Daubert, jue at crux dot nu
name=libaio
2015-05-05 11:36:43 +02:00
version=0.3.110
2011-02-07 18:33:46 +01:00
release=1
2015-05-05 11:36:43 +02:00
source=(http://http.debian.net/debian/pool/main/liba/$name/${name}_${version}.orig.tar.gz)
2011-02-07 18:33:46 +01:00
build() {
cd $name-$version
make
make prefix=$PKG/usr install
}