1 DESCRIPTION
= "Asynchronous I/O stress util"
6 SRC_URI
= "http://mirrors.easynews.com/linux/suse/people/mason/utils/aio-stress.c"
12 cd $
{S
} && $
{CC
} aio
-stress.c
-o aio
-stress
-I$
{STAGING_INCDIR
} -L$
{STAGING_LIBDIR
} -laio
-lpthread
16 install
-d $
{D
}$
{bindir
}
17 install
-m
0755 aio
-stress $
{D
}$
{bindir
}