summaryrefslogtreecommitdiff
path: root/libaio/Pkgfile
blob: 1aa0c9cf56165ab3fb3153a05f58f9d54a448b55 (plain)
    1 # Description: Native asynchronous I/O (AIO) support library
    2 # URL:         http://lse.sourceforge.net/io/aio.html
    3 # Maintainer:  Juergen Daubert, jue at crux dot nu
    4 
    5 name=libaio
    6 version=0.3.112
    7 release=1
    8 source=(http://http.debian.net/debian/pool/main/liba/$name/${name}_${version}.orig.tar.xz)
    9 
   10 build() {
   11     cd $name-$version
   12 
   13     make
   14     make prefix=$PKG/usr install
   15 
   16     install -d $PKG/lib
   17     mv $PKG/usr/lib/libaio.so.* $PKG/lib
   18     ln -sf ../../lib/$(readlink $PKG/usr/lib/libaio.so) $PKG/usr/lib/libaio.so
   19 } 

Generated by cgit